Skip to content

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

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

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

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