Skip to content

Instantly share code, notes, and snippets.

@initcron
Created May 20, 2025 06:28
Show Gist options
  • Save initcron/9e2a2b03893b29e5700413f2c3282d15 to your computer and use it in GitHub Desktop.
Save initcron/9e2a2b03893b29e5700413f2c3282d15 to your computer and use it in GitHub Desktop.
name: CI Pipeline
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment