Fix CI #4

Merged
McPeakML merged 22 commits from mcpeakml/portfolio into main 2026-06-12 11:13:34 -04:00
Showing only changes of commit 1fff909dad - Show all commits

View file

@ -3,7 +3,7 @@ name: CI
on:
push:
tags:
- 'v*'
- "v*"
pull_request:
jobs:
@ -11,6 +11,9 @@ jobs:
runs-on: ubuntu-latest
container: oven/bun:1
steps:
- name: Install git
run: apt-get update && apt-get install -y git
- name: Checkout
uses: actions/checkout@v4