Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

chore(deps): update dependency eslint-plugin-vue to v9.25.0 #1028

chore(deps): update dependency eslint-plugin-vue to v9.25.0

chore(deps): update dependency eslint-plugin-vue to v9.25.0 #1028

Workflow file for this run

name: Test Code
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
golang-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '^1.21'
- name: Run Go Tests
run: go test ./...
node-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.11.0
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run Nuxt typecheck
run: yarn typecheck
- name: Run yarn build
run: yarn build