We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ci-package-manager
1 parent 9e9e516 commit 50f9908Copy full SHA for 50f9908
.github/workflows/ci-package-manager.yml
@@ -0,0 +1,14 @@
1
+name: ci-package-manager
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - main
7
8
+ pull_request:
9
10
11
12
+jobs:
13
+ ci-package-manager:
14
+ uses: eslint/workflows/.github/workflows/ci-package-manager.yml@main
.gitignore
@@ -13,5 +13,8 @@ _test.js
yarn.lock
package-lock.json
15
16
+# Output of 'npm pack'
17
+*.tgz
18
19
# Automatically generated files by GitHub Actions workflow
20
/.shared-workflows
0 commit comments