Skip to content

Merge pull request #6 from gitcommit90/fix/oauth-model-high-labels #12

Merge pull request #6 from gitcommit90/fix/oauth-model-high-labels

Merge pull request #6 from gitcommit90/fix/oauth-model-high-labels #12

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Use Node.js 22.13
uses: actions/setup-node@v4
with:
node-version: 22.13.0
cache: npm
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test