meshtastic/.github/workflows/pr.yml

25 lines
624 B
YAML

name: Pull Request
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: reviewdog/action-languagetool@v1
with:
# github_token: ${{ secrets.github_token }}
# Change reviewdog reporter if you need [github-pr-check,github-check,github-pr-review].
reporter: github-pr-review
# Change reporter level if you need.
level: error
- uses: actions/setup-node@v2-beta
with:
node-version: 16
- run: yarn install
- run: yarn run build