Merge pull request #395 from tekunotri/main #776
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check HUDs | |
on: | |
push: | |
pull_request: | |
jobs: | |
check: | |
name: Check HUDs | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/cache@v4 | |
with: | |
key: ${{ github.ref }} | |
path: .cache | |
- uses: pnpm/[email protected] | |
with: | |
version: 7 | |
- name: Check | |
run: | | |
pnpm i | |
pnpm lint | |
pnpm check |