Skip to content

Publish the standard library to NPM #283

Publish the standard library to NPM

Publish the standard library to NPM #283

Workflow file for this run

name: Std CI
on:
schedule:
# Once per day, Monday to Friday
- cron: '0 19 * * 1-5'
push:
branches:
- main
pull_request:
concurrency:
group: std-ci-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: sourcemeta/[email protected]
- uses: actions/checkout@v4
- run: make lint
- run: make test
- run: make dist
- run: ./scripts/ci-quality-no-uncommitted-files.sh