Skip to content

Define ISO 8601-1:2019 recurring interval schemas (#23) #73

Define ISO 8601-1:2019 recurring interval schemas (#23)

Define ISO 8601-1:2019 recurring interval schemas (#23) #73

Workflow file for this run

name: Std
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:
- run: sudo snap install jsonschema
- uses: actions/checkout@v4
- run: make lint
- run: make test