Skip to content

ci: running workflows on push #12

ci: running workflows on push

ci: running workflows on push #12

Workflow file for this run

name: Validating Json and Yaml Files
on:
push:
branches:
- main
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
contents: read
jobs:
json-yaml-validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validating Json and Yaml Files
id: json-yaml-validate
uses: GrantBirki/[email protected]