mcpeakml/portfolio #5

Merged
McPeakML merged 24 commits from mcpeakml/portfolio into main 2026-06-12 11:19:57 -04:00
Showing only changes of commit 170ce4e0be - Show all commits

View file

@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: oven/bun:1 container: oven/bun:1
steps: steps:
- name: Install git - name: Install git and node
run: apt-get update && apt-get install -y git run: apt-get update && apt-get install -y git nodejs
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4