Skip to content

Commit 9ee15e1

Browse files
tekkactekkac
tekkac
authored andcommitted
👷 Add Scarb CI
1 parent 4ca11be commit 9ee15e1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/scarb.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: CI
2+
on:
3+
push:
4+
merge_group:
5+
pull_request:
6+
jobs:
7+
check:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v3
11+
- uses: software-mansion/setup-scarb@v1
12+
with:
13+
scarb-version: "2.4.4"
14+
- run: scarb fmt --check
15+
- run: scarb test

0 commit comments

Comments
 (0)