Skip to content

Merge branch 'rc-1' of https://github.com/SerenityJS/Serenity into rc-1 #388

Merge branch 'rc-1' of https://github.com/SerenityJS/Serenity into rc-1

Merge branch 'rc-1' of https://github.com/SerenityJS/Serenity into rc-1 #388

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
lint:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install
uses: ./.github/common/install
- name: Build
run: yarn build