Skip to content

Test commit for workflow 1763150016017 #100

Test commit for workflow 1763150016017

Test commit for workflow 1763150016017 #100

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!