Skip to content

cpill0789 is running CI #133

cpill0789 is running CI

cpill0789 is running CI #133

Workflow file for this run

name: CI Actions
run-name: ${{ github.actor }} is running CI
on: [push]
jobs:
Run-Tests:
runs-on: ubuntu-latest
env:
SPIN_V2_API_TOKEN: ${{ secrets.SPINITRON_SECRET }}
SCHEDULE_ID: ${{ secrets.SCHEDULE_ID }}
SCHEDULE_API_KEY: ${{ secrets.SCHEDULE_API_KEY }}
REFRESH_TOKEN: supersecret
steps:
- uses: actions/checkout@v5
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '24.x'
- run: npm ci
- run: npm test
- run: npm run lint
- run: npm run typecheck