Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Add regression.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Mar 10, 2024
1 parent 8006946 commit d993ff8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Regression

on:
push:
branches:
- main
pull_request:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup veryl
uses: veryl-lang/setup-veryl@v1
- name: Format check
run: veryl fmt --check
- name: Build check
run: veryl check

0 comments on commit d993ff8

Please sign in to comment.