mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-22 03:42:14 +00:00
Adds linting for main branch too (#4252)
This commit is contained in:
3
.github/workflows/beta_site_lint.yml
vendored
3
.github/workflows/beta_site_lint.yml
vendored
@@ -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]
|
||||
|
||||
|
||||
5
.github/workflows/nodejs.yml
vendored
5
.github/workflows/nodejs.yml
vendored
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user