Skip to content

feat: apply updated biome linting rules to entire codebase #210

feat: apply updated biome linting rules to entire codebase

feat: apply updated biome linting rules to entire codebase #210

Workflow file for this run

name: Code Climate
on: push
jobs:
codeclimate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install Dependencies
run: bun install
- name: Test & publish code coverage
uses: paambaati/codeclimate-action@v5.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageCommand: "npm run coverage"
coverageLocations: |
${{github.workspace}}/coverage/clover.xml:clover