Skip to content

Std CI

Std CI #318

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: actions/checkout@v4
- run: make lint
- run: make test
- run: make dist
- run: ./scripts/ci-quality-no-uncommitted-files.sh