Skip to content

Merge pull request #34 from syntaqx/dependabot/github_actions/github/… #141

Merge pull request #34 from syntaqx/dependabot/github_actions/github/…

Merge pull request #34 from syntaqx/dependabot/github_actions/github/… #141

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo "tests here"