Skip to content

Merge branch 'main' of https://github.com/gitify-app/gitify #593

Merge branch 'main' of https://github.com/gitify-app/gitify

Merge branch 'main' of https://github.com/gitify-app/gitify #593

Workflow file for this run

name: Linting
on:
push:
branches:
- main
pull_request:
jobs:
lint:
name: biomejs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
- run: pnpm install
- run: pnpm lint:check