Skip to content

Test commit for workflow 1760121345023 #58

Test commit for workflow 1760121345023

Test commit for workflow 1760121345023 #58

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!