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: on:
push: push:
branches: branches:
- main # only triggers on pushes to the main branch - main
jobs: jobs:
hello: hello:
runs-on: ubuntu-latest # can also use ubuntu-22.04 or ubuntu-20.04 runs-on: ubuntu-22.04
steps: steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Say hello - name: Say hello
run: echo "Lets try again!!" run: echo "hello"