Skip to content

build(deps): bump actions/checkout from 3 to 4 #39

build(deps): bump actions/checkout from 3 to 4

build(deps): bump actions/checkout from 3 to 4 #39

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: test
run: cargo test