Skip to content

Commit 0fec8bd

Browse files
author
tekkac
committed
👷 add Scarb CI
1 parent 57131c9 commit 0fec8bd

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

‎.github/workflows/test.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Cairo Test
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
9+
jobs:
10+
test:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v3
14+
- uses: software-mansion/setup-scarb@v1
15+
- run: scarb build
16+
- run: scarb fmt -c
17+
- run: scarb test

‎.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
scarb 2.8.3

0 commit comments

Comments
 (0)