Skip to content

fix(sentry): correct project name typo gitbix → gitbox #35

fix(sentry): correct project name typo gitbix → gitbox

fix(sentry): correct project name typo gitbix → gitbox #35

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: lint-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Prepare environment
uses: ./.github/actions/prepare
- name: Run Lint
run: pnpm lint