Skip to content

Redirect non approved repos to GitHub assets (#44) #93

Redirect non approved repos to GitHub assets (#44)

Redirect non approved repos to GitHub assets (#44) #93

Workflow file for this run

name: CI
on: push
jobs:
test:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Run tests
run: npx vitest run