Skip to content

ci: test exec

ci: test exec #11

Workflow file for this run

name: "Build"
on:
push:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
environment: main
steps:
- name: "Checkout"
uses: actions/checkout@v4
- name: Install dependencies
run: yarn install
- name: Build project
run: yarn build