Skip to content

🥅 Update power state error handling #107

🥅 Update power state error handling

🥅 Update power state error handling #107

Workflow file for this run

name: Tests
on:
push:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: yarn install
- run: yarn lint
- run: yarn tsc