Skip to content

Define first player for #708 and for #738 (#866) #861

Define first player for #708 and for #738 (#866)

Define first player for #708 and for #738 (#866) #861

Workflow file for this run

name: Lint code
on:
push:
branches-ignore:
- 'l10n_master2'
pull_request:
paths-ignore:
- 'translation/dest/**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: yarn install
- run: yarn run lint
- run: yarn run check-format