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 c46c981 commit 0019c61Copy full SHA for 0019c61
.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
@@ -8,5 +8,8 @@ package-lock.json
.idea
.cursor
+# Output of 'npm pack'
+*.tgz
# Automatically generated files by GitHub Actions workflow
15
/.shared-workflows
0 commit comments