File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 17
17
- name : " Environment Setup"
18
18
uses : ./.github/base
19
19
- name : " Lint Codebase"
20
- run : cargo clippy -- --deny warnings --target=$BUILD_TARGET
20
+ run : cargo clippy -- --deny warnings
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
19
19
uses : fastly/compute-actions/build@v7
20
20
with :
21
21
verbose : true # optionally enables verbose output, defaults to false
22
- - name : Deploy Compute Package
23
- uses : fastly/compute-actions/deploy@v7
24
- with :
25
- comment : ' Deployed via GitHub Actions' # optional
26
- env :
27
- FASTLY_API_TOKEN : ${{ secrets.FASTLY_API_TOKEN }}
28
-
22
+ - name : Deploy Compute Package
23
+ uses : fastly/compute-actions/deploy@v7
24
+ with :
25
+ comment : ' Deployed via GitHub Actions' # optional
26
+ env :
27
+ FASTLY_API_TOKEN : ${{ secrets.FASTLY_API_TOKEN }}
28
+
You can’t perform that action at this time.
0 commit comments