testing actions

This commit is contained in:
Cody Gibbs
2026-03-27 18:38:26 -04:00
parent 1c7c4d6ef8
commit 18b4f6d330

View File

@@ -1,17 +1,14 @@
name: Test Workflow
name: test
on:
push:
branches:
- main # only triggers on pushes to the main branch
push:
branches:
- main
jobs:
hello:
runs-on: ubuntu-latest # can also use ubuntu-22.04 or ubuntu-20.04
hello:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Say hello
run: echo "Lets try again!!"
steps:
- name: Say hello
run: echo "hello"