Skip to content

drikusroor triggered the CI workflow 🚀 #3

drikusroor triggered the CI workflow 🚀

drikusroor triggered the CI workflow 🚀 #3

Workflow file for this run

name: CI
run-name: ${{ github.actor }} triggered the CI workflow 🚀
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun run build