-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: code cleanup and formatting (#16)
- Loading branch information
1 parent
a581d37
commit 6ead493
Showing
5 changed files
with
42 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,11 @@ name: Build Alfa CLI | |
|
||
on: | ||
push: | ||
branches: [ main ] | ||
branches: | ||
- main | ||
paths: | ||
- 'bin/**' | ||
- 'lib/**' | ||
- "bin/**" | ||
- "lib/**" | ||
workflow_dispatch: | ||
|
||
jobs: | ||
|
@@ -19,13 +20,15 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: '0' | ||
fetch-depth: "0" | ||
|
||
- name: Bump version and create tag | ||
id: create-tag | ||
uses: anothrNick/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
WITH_V: true | ||
|
||
- name: Create release | ||
env: | ||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
@@ -39,12 +42,12 @@ jobs: | |
|
||
strategy: | ||
matrix: | ||
os: [ ubuntu-latest, macos-latest ] | ||
os: [ubuntu-latest, macos-latest] | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: '0' | ||
fetch-depth: "0" | ||
|
||
- uses: dart-lang/[email protected] | ||
with: | ||
|
@@ -72,7 +75,8 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: '0' | ||
fetch-depth: "0" | ||
|
||
- name: Setup arm emulation with qemu | ||
run: | | ||
sudo apt-get update -q -y | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters