Skip to content

chore(deps): update actions/checkout action to v7 #871

chore(deps): update actions/checkout action to v7

chore(deps): update actions/checkout action to v7 #871

Workflow file for this run

name: test
on:
push: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0
- name: test scripts
run: rake test