Skip to content

Merge pull request #348 from mastercomfig/imgopt-0b38a08 #93

Merge pull request #348 from mastercomfig/imgopt-0b38a08

Merge pull request #348 from mastercomfig/imgopt-0b38a08 #93

Workflow file for this run

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/action-setup@v4.0.0
with:
version: 7
- name: Check
run: |
pnpm i
pnpm lint
pnpm check