Skip to content

Commit 28f0df4

Browse files
authored
ci: centralize ci-package-manager (#596)
* ci: centralize `ci-package-manager` * wip: empty commit * Update CI workflow to use 'main' branch
1 parent 07dac6e commit 28f0df4

3 files changed

Lines changed: 17 additions & 131 deletions

File tree

.github/workflows/ci-build-all-pm.yml

Lines changed: 0 additions & 131 deletions
This file was deleted.
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
@@ -12,5 +12,8 @@ pnpm-lock.yaml
1212
dist
1313
src/build
1414

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

0 commit comments

Comments
 (0)