Skip to content

Merge pull request #3 from NullVoxPopuli/release-plan #4

Merge pull request #3 from NullVoxPopuli/release-plan

Merge pull request #3 from NullVoxPopuli/release-plan #4

Workflow file for this run

name: CI
on:
push:
branches:
- main
- master
pull_request: {}
concurrency:
group: ci-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: wyvox/action-setup-pnpm@v3
- run: pnpm lint