Skip to content

$ yarn add -D typecov @codechecks/client #12

$ yarn add -D typecov @codechecks/client

$ yarn add -D typecov @codechecks/client #12

Workflow file for this run

name: fe
on:
push:
paths: ['fe/**']
defaults:
run:
working-directory: ./fe
jobs:
fe:
name: fe
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: install
run: yarn install --immutable
- name: codechecks
run: yarn run codechecks
env:
CC_SECRET: ${{ secrets.CC_SECRET }}
- name: tsc
run: yarn run vue-tsc
if: ${{ !cancelled() }}
- name: eslint
run: yarn run eslint src
if: ${{ !cancelled() }}