Skip to content

Merge branch 'main' of https://github.com/BingBongBonky/hud-db-spacehud #27

Merge branch 'main' of https://github.com/BingBongBonky/hud-db-spacehud

Merge branch 'main' of https://github.com/BingBongBonky/hud-db-spacehud #27

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