Skip to content

Commit

Permalink
Merge b8f3ba0 into f22c34e
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannzhou committed Jun 29, 2022
2 parents f22c34e + b8f3ba0 commit eb27ac7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/run-linting.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Run Linter

on:
pull_request:
branches: [main, release/*, hotfix/*]

jobs:
linting:
uses: yext/slapshot-reusable-workflows/.github/workflows/run-linting.yml@v1
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"build:cjs": "tsc -p tsconfig.cjs.json",
"prepublishOnly": "npm run build",
"dev": "tsc --watch -p tsconfig.esm.json",
"lint": "eslint .",
"test": "eslint . && jest",
"generate-notices": "generate-license-file --input package.json --output THIRD-PARTY-NOTICES --overwrite"
},
Expand Down

0 comments on commit eb27ac7

Please sign in to comment.