Skip to content

test: switch to using biome #2

test: switch to using biome

test: switch to using biome #2

Workflow file for this run

name: "Test Suite: Linter"
on:
push:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
tests:
if: github.repository == 'twilio-labs/plugin-token'
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: current
- name: Run npm install
run: npm install
- name: Run npm run biome:lint
run: npm run biome:lint