Skip to content

Commit

Permalink
ci: convert validate actions to yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwremmel committed Feb 17, 2020
1 parent ca92869 commit 07112cd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/main.workflow

This file was deleted.

13 changes: 13 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on: push
name: Validate
jobs:
fixup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: ianwremmel/prevent-fixup-commits@v1.0.1
nopush:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: ianwremmel/prevent-nopush-commits@v1.0.2

0 comments on commit 07112cd

Please sign in to comment.