Skip to content

Fix protect-generated-files.yml breakage due to actions/checkout no l… #923

Fix protect-generated-files.yml breakage due to actions/checkout no l…

Fix protect-generated-files.yml breakage due to actions/checkout no l… #923

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- master
jobs:
test:
if: contains(github.event.commits[0].message, '[skip ci]') == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bahmutov/npm-install@v1
- name: Generate Files
run: npm run build
- name: Typecheck Files
run: npm run check
- name: Run type-level tests
run: npm test
- uses: actions/upload-artifact@v4
with:
name: include
path: include