Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

temp commit #9

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix rule on validating config
Manh Cao authored and Manh Cao committed Sep 18, 2024
commit 6eb79e94c63ead8942e237387e3adf1de166af8f
8 changes: 4 additions & 4 deletions .github/workflows/validate-config.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Validate configuration files

on:
push:
pull_request:
types: [opened, synchronize, reopened]
branches:
- '**'
- 'main'
- 'fix-rule-on-validate-config'

jobs:
validate_json_files:
runs-on: ubuntu-latest

if: github.ref != 'refs/heads/main'

steps:
- name: Checkout repository
uses: actions/checkout@v4