Skip to content

chore: remove codecheks build size watcher #6

chore: remove codecheks build size watcher

chore: remove codecheks build size watcher #6

Workflow file for this run

name: 'codechecks'
on:
pull_request:
types: [opened, ready_for_review, synchronize, reopened]
branches:
- 'main'
jobs:
build-and-codecheckes:
name: build and run codechecks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: yarn
run: |
yarn install --immutable
npx codechecks
env:
CC_SECRET: ${{ secrets.CC_SECRET }}