Skip to content

Commit

Permalink
fix: Github workflow syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentdephily committed Nov 20, 2020
1 parent 5fc40f1 commit 8e7f18d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- '**/Cargo.toml'
- '**/Cargo.lock'
pull_request:
{% raw %}

jobs:
audit:
runs-on: ubuntu-latest
Expand All @@ -19,4 +19,4 @@ jobs:
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
{% endraw %}

4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on: [push, pull_request]
name: Continuous Integration
{% raw %}

jobs:

test:
Expand Down Expand Up @@ -56,4 +56,4 @@ jobs:
with:
command: clippy
args: -- -D warnings
{% endraw %}

0 comments on commit 8e7f18d

Please sign in to comment.