Skip to content

chore: fix typo (#18) #12

chore: fix typo (#18)

chore: fix typo (#18) #12

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
workflow_dispatch: # run manually from actions tab
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: {} # Set permissions at the job level
jobs:
lint:
uses: ./.github/workflows/_lint.yml