Skip to content

Commit

Permalink
Merge pull request #15 from graelo/fix/symbol
Browse files Browse the repository at this point in the history
Remove nerdfont power icon
  • Loading branch information
graelo authored Sep 6, 2023
2 parents 8d4835a + 13edc45 commit 200966a
Show file tree
Hide file tree
Showing 6 changed files with 107 additions and 130 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/essentials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ jobs:
- name: Quality - convco check
run: |
git show-ref
curl -sSfLO https://github.com/convco/convco/releases/latest/download/convco-macos.zip
curl -sSfLO https://github.com/convco/convco/releases/download/v0.4.1/convco-macos.zip
unzip convco-macos.zip
chmod +x convco
./convco check
rm convco
- name: Quality - cargo deny check
run: |
curl -sSfL https://github.com/EmbarkStudios/cargo-deny/releases/download/0.13.8/cargo-deny-0.13.8-aarch64-apple-darwin.tar.gz | gtar zx --no-anchored cargo-deny --strip-components=1
curl -sSfL https://github.com/EmbarkStudios/cargo-deny/releases/download/0.14.2/cargo-deny-0.14.2-aarch64-apple-darwin.tar.gz | gtar zx --no-anchored cargo-deny --strip-components=1
chmod +x cargo-deny
mv cargo-deny ~/.cargo/bin/
cargo deny check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Download convco
run: |
git show-ref
curl -sSfLO https://github.com/convco/convco/releases/latest/download/convco-macos.zip
curl -sSfLO https://github.com/convco/convco/releases/download/v0.4.1/convco-macos.zip
unzip convco-macos.zip
chmod +x convco
Expand Down
Loading

0 comments on commit 200966a

Please sign in to comment.