Skip to content

chore: Don't ignore VS Code extension recommendations #567

chore: Don't ignore VS Code extension recommendations

chore: Don't ignore VS Code extension recommendations #567

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test-coverage:
uses: bennycode/actions/.github/workflows/test-coverage.yml@main
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}