Skip to content

first commit

first commit #3

Workflow file for this run

name: Test Workflow
on:
push:
branches: [ "main" ] # or whichever branch you use
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run a simple check
run: echo "workflows success!"