Skip to content

Test commit for workflow 1761069315625 #92

Test commit for workflow 1761069315625

Test commit for workflow 1761069315625 #92

name: Basic Test Workflow
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run a one-line script
run: echo Hello, world!