Skip to content

chore(deps-dev): bump vue-tsc from 2.1.10 to 2.2.0 #264

chore(deps-dev): bump vue-tsc from 2.1.10 to 2.2.0

chore(deps-dev): bump vue-tsc from 2.1.10 to 2.2.0 #264

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