Skip to content

ci(scraper): change commit author again #50

ci(scraper): change commit author again

ci(scraper): change commit author again #50

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
build-lint-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/bootstrap
- run: pnpm run build
- run: pnpm run lint
- run: pnpm run --if-present test