Skip to content

Commit

Permalink
chore(ci): add actions validator
Browse files Browse the repository at this point in the history
  • Loading branch information
prousso committed Oct 29, 2021
1 parent f347d21 commit d649cfa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/github-actions-validator.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: "CI: github-actions-validator"

on:
pull_request:


jobs:
github-actions-validator:
name: Github-actions-validator
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: lumapps/github-actions-validator@0.0.2

0 comments on commit d649cfa

Please sign in to comment.