Skip to content

doc: generate retro (#48) #14

doc: generate retro (#48)

doc: generate retro (#48) #14

Workflow file for this run

name: "Test Suite: Linter"
on:
push:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
tests:
if: github.repository == 'twilio-labs/omnioculus'
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