Skip to content

Commit

Permalink
Merge pull request #2269 from weiznich/try/github_actions
Browse files Browse the repository at this point in the history
Experimental ci with github actions
  • Loading branch information
weiznich committed Jun 3, 2020
2 parents f92b82a + 22aa391 commit fb8dddd
Show file tree
Hide file tree
Showing 28 changed files with 569 additions and 656 deletions.
92 changes: 0 additions & 92 deletions .appveyor.yml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Security audit
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
schedule:
- cron: '0 0 */7 * *'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit fb8dddd

Please sign in to comment.