Strek
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
7 additions and
1 deletions
-
.github/workflows/beta_site_lint.yml
-
.github/workflows/nodejs.yml
|
|
@ -1,6 +1,9 @@ |
|
|
|
name: Beta Site Lint / Heading ID check |
|
|
|
|
|
|
|
on: |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- main # change this if your default branch is named differently |
|
|
|
pull_request: |
|
|
|
types: [opened, synchronize, reopened] |
|
|
|
|
|
|
|
|
|
@ -1,6 +1,9 @@ |
|
|
|
name: Build |
|
|
|
name: Lint / Flow check |
|
|
|
|
|
|
|
on: |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- main # change this if your default branch is named differently |
|
|
|
pull_request: |
|
|
|
types: [opened, synchronize, reopened] |
|
|
|
|
|
|
|