Skip to content

Delete Jenkinsfile

Delete Jenkinsfile #4

Workflow file for this run

name: "CI"
on:
# Run only when pushing to main branch, and making PRs
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [x86_64-linux]
steps:
- uses: actions/checkout@v4
- name: Build all flake outputs
run: om ci