Skip to content

Update from https://github.com/fpv-wtf/wtfos-configurator/commit/be3d… #83

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

Update from https://github.com/fpv-wtf/wtfos-configurator/commit/be3d… #83

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