Skip to content

chore(deps): bump @nuxt/ui from 2.20.0 to 2.21.0 #262

chore(deps): bump @nuxt/ui from 2.20.0 to 2.21.0

chore(deps): bump @nuxt/ui from 2.20.0 to 2.21.0 #262

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