Skip to content

Commit

Permalink
validate icons
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Feb 27, 2024
1 parent c7dbff1 commit b5e1f05
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/validate-icons.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Close inactive issues and pr

on: [pull_request]

jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18

0 comments on commit b5e1f05

Please sign in to comment.