Skip to content

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

$ yarn add -D typecov @codechecks/client

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

Workflow file for this run

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