This commit is contained in:
EthanShoeDev
2025-09-09 22:47:31 -04:00
parent 8a8b31be06
commit 0af3393e2f
2 changed files with 45 additions and 0 deletions

24
.github/workflows/check.yml vendored Normal file
View File

@@ -0,0 +1,24 @@
name: Check
on:
workflow_dispatch:
pull_request:
branches: [main]
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Install dependencies
uses: ./.github/actions/setup
- run: pnpm exec turbo lint:check