Skip to content

Update ci.yml

Update ci.yml #4

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: render tutorial in projects/noj
uses: devcontainers/[email protected]
with:
runCmd: clj -T:build ci
push: never