Skip to content

chore(deps): update dependency knip to v3.3.2 (#1072) #1

chore(deps): update dependency knip to v3.3.2 (#1072)

chore(deps): update dependency knip to v3.3.2 (#1072) #1

jobs:
initialize:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare
- run: pnpm run build
- run: pnpm run test:initialize
- if: always()
name: Codecov
uses: codecov/codecov-action@v3
with:
files: coverage-initialize/lcov.info
flags: initialize
- if: always()
name: Archive code coverage results
uses: actions/upload-artifact@v3
with:
path: coverage-initialize
name: Test Initialization Script
on:
pull_request: ~
push:
branches:
- main