Skip to content

Merge branch 'develop' of https://github.com/SerenityJS/serenity into… #282

Merge branch 'develop' of https://github.com/SerenityJS/serenity into…

Merge branch 'develop' of https://github.com/SerenityJS/serenity into… #282

Workflow file for this run

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