Skip to content

Nx CI message test

Nx CI message test #1

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
main:
runs-on: ubuntu-latest
steps:
- run: echo "Hello GitHub Actions!"