Skip to content

chore(deps-dev): bump husky from 9.1.5 to 9.1.6 (#58) #205

chore(deps-dev): bump husky from 9.1.5 to 9.1.6 (#58)

chore(deps-dev): bump husky from 9.1.5 to 9.1.6 (#58) #205

Workflow file for this run

name: Linter
on:
pull_request_target:
branches: [dev, main]
push:
branches: '**'
permissions:
contents: write
jobs:
test-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
- name: Install submodules
run: git submodule update --init --recursive
- name: Install .tools
run: npm --prefix .tools install
- name: Lint
run: npm --prefix .tools run code:lint