Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Add GitHub actions instant-failure (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Sep 16, 2021
1 parent e52bdd7 commit 03a5b86
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/actions.yml
@@ -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 03a5b86

Please sign in to comment.