Skip to content
Merged
14 changes: 14 additions & 0 deletions .github/workflows/ci-package-manager.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: ci-package-manager

on:
push:
branches:
- main

pull_request:
branches:
- main

jobs:
ci-package-manager:
uses: eslint/workflows/.github/workflows/ci-package-manager.yml@main
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ _test.js
yarn.lock
package-lock.json

# Output of 'npm pack'
*.tgz

# Automatically generated files by GitHub Actions workflow
/.shared-workflows