Skip to content

Test commit for workflow 1763148807515 #97

Test commit for workflow 1763148807515

Test commit for workflow 1763148807515 #97

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!