faf23f515673e4242b20cd87b66341d178905709

This commit is contained in:
GitHub Actions
2024-04-11 13:27:24 +00:00
commit 9b3f122b57
147 changed files with 37794 additions and 0 deletions

26
.github/workflows/lint.yml vendored Normal file
View File

@@ -0,0 +1,26 @@
name: Lint
on:
push:
branches:
- "**"
- "!main"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20.11.1
- name: Install dependencies
run: yarn
- name: Lint
run: yarn lint