Skip to content

Commit

Permalink
Add GitHub actions instant-failure (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored Sep 16, 2021
1 parent b6d181b commit b2774ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
on: [push, pull_request]
jobs:
update-ci:
runs-on: ubuntu-latest
steps:
- run: echo "CI is no longer running on this repo, update the files in .github/workflows to re-enable it. See the .travis.yml file for your previous CI config"; exit 1

0 comments on commit b2774ab

Please sign in to comment.