summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun <orhun@archlinux.org>2021-05-22 22:14:34 +0300
committerorhun <orhun@archlinux.org>2021-05-22 22:14:34 +0300
commit56006ab6a25ca6b17236830c780afa3b0f2446b6 (patch)
treee680da2a8563d2276b817383d98b314878782900
parent802a297e5f6ba61835b14aedeb2f4b89afce2e31 (diff)
style: Update the formatting of CI workflow
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2129612..bc256b5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
--pinentry-mode loopback \
--no-tty --passphrase-fd 0 \
--quick-gen-key 'Test User <test@example.org>'
- echo "${{ secrets.TEST_KEY }}" | gpg --import
+ echo "${{secrets.TEST_KEY}}" | gpg --import
- name: Setup cargo-tarpaulin
run: |
curl -s https://api.github.com/repos/xd009642/tarpaulin/releases/latest | \
@@ -78,7 +78,7 @@ jobs:
flags: unit-tests
fail_ci_if_error: true
verbose: true
- token: ${{ secrets.CODECOV_TOKEN }}
+ token: ${{secrets.CODECOV_TOKEN}}
clippy:
name: Lints
@@ -136,4 +136,4 @@ jobs:
with:
args: --exclude "patreon.com|mailto:+|%7Buser%7D" -v *.md
env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}