validate icons

This commit is contained in:
codecalm 2024-02-27 01:06:36 +01:00
parent c7dbff1fbc
commit b5e1f05812
1 changed files with 13 additions and 0 deletions

13
.github/workflows/validate-icons.yml vendored Normal file
View File

@ -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