File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
branches :
6
6
- dev
7
+ - main
7
8
workflow_dispatch :
8
9
9
10
jobs :
11
+ typos :
12
+ runs-on : ubuntu-latest
13
+ steps :
14
+ - uses : actions/checkout@v4
15
+ - uses : crate-ci/typos@master
16
+
10
17
compile_and_verify :
11
18
runs-on : ubuntu-latest
12
19
@@ -19,21 +26,15 @@ jobs:
19
26
- name : Configure upstream repository
20
27
run : |
21
28
git remote add upstream https://github.com/NethermindEth/StarknetByExample
22
- git fetch upstream main
29
+ git fetch upstream
23
30
24
31
- name : Install scarb
25
32
uses : software-mansion/setup-scarb@v1
26
33
27
34
- name : Install snforge
28
35
uses : foundry-rs/setup-snfoundry@v3
29
36
30
- - name : Run build script
37
+ - name : Verify changes
31
38
run : |
32
39
chmod +x scripts/cairo_programs_verifier.sh
33
40
./scripts/cairo_programs_verifier.sh
34
-
35
- typos :
36
- runs-on : ubuntu-latest
37
- steps :
38
- - uses : actions/checkout@v4
39
- - uses : crate-ci/typos@master
You can’t perform that action at this time.
0 commit comments