Skip to content

chore: log a message #2

chore: log a message

chore: log a message #2

Workflow file for this run

name: CI
on:
push:
branches:
# Change this if your primary branch is not main
- main
pull_request:
jobs:
main:
runs-on: ubuntu-latest
steps:
- run: echo "Hello GitHub Actions!"