Skip to content

Bump nuxt from 3.12.4 to 3.16.0 #3

Bump nuxt from 3.12.4 to 3.16.0

Bump nuxt from 3.12.4 to 3.16.0 #3

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- '*'
jobs:
lint-app:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install app dependencies
run: yarn install
- name: Lint /app
run: yarn lint