Skip to content

Commit

Permalink
Merge pull request #5 from sammyfilly/sammyfilly-patch-4
Browse files Browse the repository at this point in the history
Update pr-check_yml.yml
  • Loading branch information
X-oss-byte committed Aug 17, 2023
2 parents d28e166 + 39fe2c8 commit b7a4b10
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pr-check_yml.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: Lint YAML

on:
pull_request:
branches:
- main
- .nvmrc
- yarn.lock
- "**/*.yml"
- .github/workflows/pr-check_yml.yml
*don't exit on code 2 until requirements are met

jobs:
lint-yml:
Expand All @@ -30,3 +28,4 @@ jobs:

- name: Lint markdown files
run: yarn lint:yml
-LOCK: lock yarn after workflow

0 comments on commit b7a4b10

Please sign in to comment.