File tree 16 files changed +16
-16
lines changed
16 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 2
2
build :
3
3
runs-on : ubuntu-latest
4
4
steps :
5
- - uses : actions/checkout@v3
5
+ - uses : actions/checkout@v4
6
6
- uses : ./.github/actions/prepare
7
7
- run : pnpm build
8
8
- run : node ./lib/index.js
Original file line number Diff line number Diff line change 2
2
contributors :
3
3
runs-on : ubuntu-latest
4
4
steps :
5
- - uses : actions/checkout@v3
5
+ - uses : actions/checkout@v4
6
6
with :
7
7
fetch-depth : 0
8
8
- uses : ./.github/actions/prepare
Original file line number Diff line number Diff line change 2
2
lint_knip :
3
3
runs-on : ubuntu-latest
4
4
steps :
5
- - uses : actions/checkout@v3
5
+ - uses : actions/checkout@v4
6
6
- uses : ./.github/actions/prepare
7
7
- run : pnpm build || true
8
8
- run : pnpm lint:knip
Original file line number Diff line number Diff line change 2
2
lint_markdown :
3
3
runs-on : ubuntu-latest
4
4
steps :
5
- - uses : actions/checkout@v3
5
+ - uses : actions/checkout@v4
6
6
- uses : ./.github/actions/prepare
7
7
- run : pnpm lint:md
8
8
Original file line number Diff line number Diff line change 2
2
lint_package_json :
3
3
runs-on : ubuntu-latest
4
4
steps :
5
- - uses : actions/checkout@v3
5
+ - uses : actions/checkout@v4
6
6
- uses : ./.github/actions/prepare
7
7
- run : pnpm lint:package-json
8
8
Original file line number Diff line number Diff line change 2
2
lint_packages :
3
3
runs-on : ubuntu-latest
4
4
steps :
5
- - uses : actions/checkout@v3
5
+ - uses : actions/checkout@v4
6
6
- uses : ./.github/actions/prepare
7
7
- run : pnpm lint:packages
8
8
Original file line number Diff line number Diff line change 2
2
lint_spelling :
3
3
runs-on : ubuntu-latest
4
4
steps :
5
- - uses : actions/checkout@v3
5
+ - uses : actions/checkout@v4
6
6
- uses : ./.github/actions/prepare
7
7
- run : pnpm lint:spelling
8
8
Original file line number Diff line number Diff line change 2
2
lint :
3
3
runs-on : ubuntu-latest
4
4
steps :
5
- - uses : actions/checkout@v3
5
+ - uses : actions/checkout@v4
6
6
- uses : ./.github/actions/prepare
7
7
- run : pnpm build || true
8
8
- run : pnpm lint
Original file line number Diff line number Diff line change 2
2
post_release :
3
3
runs-on : ubuntu-latest
4
4
steps :
5
- - uses : actions/checkout@v3
5
+ - uses : actions/checkout@v4
6
6
with :
7
7
fetch-depth : 0
8
8
- run : echo "npm_version=$(npm pkg get version | tr -d '"')" >> "$GITHUB_ENV"
Original file line number Diff line number Diff line change 2
2
prettier :
3
3
runs-on : ubuntu-latest
4
4
steps :
5
- - uses : actions/checkout@v3
5
+ - uses : actions/checkout@v4
6
6
- uses : ./.github/actions/prepare
7
7
- run : pnpm format --list-different
8
8
Original file line number Diff line number Diff line change 6
6
release :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v3
9
+ - uses : actions/checkout@v4
10
10
with :
11
11
fetch-depth : 0
12
12
- uses : ./.github/actions/prepare
Original file line number Diff line number Diff line change 2
2
create :
3
3
runs-on : ubuntu-latest
4
4
steps :
5
- - uses : actions/checkout@v3
5
+ - uses : actions/checkout@v4
6
6
- uses : ./.github/actions/prepare
7
7
- run : pnpm run build
8
8
- run : pnpm run create:test
Original file line number Diff line number Diff line change 2
2
initialize :
3
3
runs-on : ubuntu-latest
4
4
steps :
5
- - uses : actions/checkout@v3
5
+ - uses : actions/checkout@v4
6
6
- uses : ./.github/actions/prepare
7
7
- run : pnpm run build
8
8
- run : pnpm run initialize:test
Original file line number Diff line number Diff line change 2
2
migrate :
3
3
runs-on : ubuntu-latest
4
4
steps :
5
- - uses : actions/checkout@v3
5
+ - uses : actions/checkout@v4
6
6
- uses : ./.github/actions/prepare
7
7
- run : pnpm run build
8
8
- run : pnpm run migrate:test
Original file line number Diff line number Diff line change 2
2
test :
3
3
runs-on : ubuntu-latest
4
4
steps :
5
- - uses : actions/checkout@v3
5
+ - uses : actions/checkout@v4
6
6
- uses : ./.github/actions/prepare
7
7
- run : pnpm run test --coverage
8
8
- name : Codecov
Original file line number Diff line number Diff line change 2
2
type_check :
3
3
runs-on : ubuntu-latest
4
4
steps :
5
- - uses : actions/checkout@v3
5
+ - uses : actions/checkout@v4
6
6
- uses : ./.github/actions/prepare
7
7
- run : pnpm tsc
8
8
You can’t perform that action at this time.
0 commit comments