Skip to content

Update main.yml

Update main.yml #7

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
# checks out the current git commit so we can use it.
# read more at https://github.com/orgs/community/discussions/25682
- uses: actions/checkout@v4
- name: Run a one-line script
run: echo "Write your CI workflow here!"