Skip to content

Update docker hub credentials #195

Update docker hub credentials

Update docker hub credentials #195

Workflow file for this run

name: Lint & Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 21
- run: npm ci
- uses: biomejs/setup-biome@c016c38f26f2c4a6eb3662679143614a254263fd # v2
- run: biome ci .
- run: npm test