Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
balt-dev authored Sep 20, 2023
1 parent 8558e6c commit af0ec20
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
name: push checking
run-name: checking push for validity...
on: [push]
name: json-yaml-validate
on:
push:
branches:
- main
pull_request:
workflow_dispatch:

permissions:
contents: read

jobs:
Validate-Push:
json-yaml-validate:
runs-on: ubuntu-latest
steps:
- name: json-yaml-validate
uses: GrantBirki/[email protected]
- uses: actions/checkout@v3

- name: json-yaml-validate
id: json-yaml-validate
uses: GrantBirki/[email protected] # replace with the latest version

0 comments on commit af0ec20

Please sign in to comment.