Skip to content

Accepts Automated PRs on Sun Dec 29 09:00:46 CET 2024 #36

Accepts Automated PRs on Sun Dec 29 09:00:46 CET 2024

Accepts Automated PRs on Sun Dec 29 09:00:46 CET 2024 #36

Workflow file for this run

name: Loom Action Build
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Set up Node.js 20$
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn build
- run: make