Skip to content

chore(deps): bump @actions/artifact from 2.1.1 to 2.1.7 #128

chore(deps): bump @actions/artifact from 2.1.1 to 2.1.7

chore(deps): bump @actions/artifact from 2.1.1 to 2.1.7 #128

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
- run: npm ci
- run: npm run format:check
- run: npm run lint
# FIXME: Re-enable this once tests can reliably run in GitHub Actions
# - run: npm run test
- run: npm run build
- name: Check that dist/ is correctly generated
run: git diff --quiet HEAD -- dist