Skip to content

Set version in test

Set version in test #2

Workflow file for this run

name: Test
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: RelationalAI/abandoned@main
with:
days: 7
token: ${{ github.token }}