Skip to content

Commit 50f9908

Browse files
authored
ci: centralize ci-package-manager (#702)
1 parent 9e9e516 commit 50f9908

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: ci-package-manager
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
pull_request:
9+
branches:
10+
- main
11+
12+
jobs:
13+
ci-package-manager:
14+
uses: eslint/workflows/.github/workflows/ci-package-manager.yml@main

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,8 @@ _test.js
1313
yarn.lock
1414
package-lock.json
1515

16+
# Output of 'npm pack'
17+
*.tgz
18+
1619
# Automatically generated files by GitHub Actions workflow
1720
/.shared-workflows

0 commit comments

Comments
 (0)