File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 branches :
77 - main
88
9+ permissions :
10+ contents : read
11+
912env :
1013 RUSTFLAGS : ' -Dwarnings'
1114
8689 run : cargo binstall -y sea-orm-cli
8790
8891 - name : Test
89- run : cargo test --locked
92+ run : cargo test --locked --release
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ name: Labels
33on :
44 workflow_dispatch :
55
6+ permissions :
7+ contents : read
8+ issues : write
9+
610jobs :
711 sync-labels :
812 name : Sync Labels
Original file line number Diff line number Diff line change 1212 - minor
1313 - major
1414
15+ permissions :
16+ contents : write
17+
1518jobs :
1619 release :
1720 name : Release
Original file line number Diff line number Diff line change 55 branches :
66 - main
77
8+ permissions :
9+ contents : read
10+
811concurrency :
912 group : ${{ github.workflow }}-${{ github.ref }}
1013 cancel-in-progress : false
1316 book-test :
1417 name : Test Book
1518 runs-on : ubuntu-latest
19+
1620 steps :
1721 - uses : actions/checkout@v5
1822
3539 name : Build Book
3640 needs : book-test
3741 runs-on : ubuntu-latest
42+
3843 steps :
3944 - uses : actions/checkout@v5
4045 with :
@@ -71,10 +76,12 @@ jobs:
7176 needs : book-build
7277 if : github.ref == 'refs/heads/main'
7378 runs-on : ubuntu-latest
79+
7480 permissions :
7581 contents : read
7682 pages : write
7783 id-token : write
84+
7885 steps :
7986 - uses : actions/checkout@v5
8087 with :
You can’t perform that action at this time.
0 commit comments