Skip to content

Commit

Permalink
Add workaround for erroneous advisory detection (#318)
Browse files Browse the repository at this point in the history
* Add workaround for pre-release advisory patches

* Add test for pre-release skipping

* Also skip unaffected versions

* Only run each CI job once on PRs
  • Loading branch information
Jake-Shadle committed Dec 15, 2020
1 parent 57fd359 commit 0fb3ef5
Show file tree
Hide file tree
Showing 8 changed files with 1,672 additions and 238 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
on: [push, pull_request]
name: CI
on:
push:
branches:
- main
tags:
- "*"
pull_request:

jobs:
lint:
name: Lint
Expand Down
Loading

0 comments on commit 0fb3ef5

Please sign in to comment.