Skip to content

chore(deps-dev): bump @mkvlrn/prettier-config from 24.5.3 to 24.6.1 #15

chore(deps-dev): bump @mkvlrn/prettier-config from 24.5.3 to 24.6.1

chore(deps-dev): bump @mkvlrn/prettier-config from 24.5.3 to 24.6.1 #15

Workflow file for this run

name: checks
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
run-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: yarn install
- run: yarn tsc --noEmit
- run: yarn eslint src
- run: yarn prettier src --check
- run: yarn test:cov
- uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}