Skip to content

Commit

Permalink
Merge pull request #55 from gupta-soham/feat/lint-audit-workflow
Browse files Browse the repository at this point in the history
Add reusable GitHub Actions workflow for ESLint and NPM audit
  • Loading branch information
drtechie authored Oct 19, 2024
2 parents 2cd8250 + 0a97823 commit faff505
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/lint-audit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: ESLint and NPM Audit

on:
push:
branches: [main, master, develop]
pull_request:
branches: [main, master, develop]

jobs:
lint-and-audit:
uses: PSMRI/.github/.github/workflows/lint_audit.yml@main

0 comments on commit faff505

Please sign in to comment.