Skip to content

Commit

Permalink
Chore: validation for the action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Nov 24, 2023
1 parent c38bb58 commit 8177ddc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
11 changes: 11 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
on:
pull_request:

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: curl https://github.com/mpalmer/action-validator/releases/download/v0.5.4/action-validator_linux_amd64 -o ./action-validator
- run: chmod +x ./action-validator
- run: ./action-validator ./action.yml

0 comments on commit 8177ddc

Please sign in to comment.