Skip to content

Commit

Permalink
Create ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fmkra authored May 23, 2024
1 parent a34c6f8 commit 7c5a233
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: CI
on:
push:
merge_group:
pull_request:

jobs:
check:
runs-on: ubuntu-latest
steps:
- name: CI
uses: asdf-vm/actions/install@v2
with:
command: 'scarb fmt --check'

0 comments on commit 7c5a233

Please sign in to comment.