Skip to content

Update from https://github.com/fpv-wtf/wtfos-configurator/commit/767f… #89

Update from https://github.com/fpv-wtf/wtfos-configurator/commit/767f…

Update from https://github.com/fpv-wtf/wtfos-configurator/commit/767f… #89

Workflow file for this run

name: Lint
on:
push:
branches: [master, develop]
pull_request:
branches: [master, develop]
jobs:
test:
name: Lint
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- run: yarn install --immutable --immutable-cache --check-cache
- run: yarn lint