Skip to content

Commit

Permalink
add reusable workflow for ESlint to answers-core (#175)
Browse files Browse the repository at this point in the history
This PR adds reusable workflow for ESlint to answers-core.

J=SLAP-2199
TEST=auto
  • Loading branch information
juliannzhou committed Jun 30, 2022
1 parent 275213b commit a060d3d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/run-linting.yml
@@ -0,0 +1,9 @@
name: Run Linter

on:
pull_request:
branches: [master, develop, release/*, hotfix/*]

jobs:
linting:
uses: yext/slapshot-reusable-workflows/.github/workflows/run-linting.yml@v1

0 comments on commit a060d3d

Please sign in to comment.