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 e2d3f56 commit c90cbd8Copy full SHA for c90cbd8
.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
@@ -5,5 +5,8 @@ npm-debug.log
/.vscode/
*.code-workspace
+# Output of 'npm pack'
+*.tgz
# Automatically generated files by GitHub Actions workflow
/.shared-workflows
0 commit comments