Skip to content

chore(deps): bump docker/setup-qemu-action from 2 to 3 #2641

chore(deps): bump docker/setup-qemu-action from 2 to 3

chore(deps): bump docker/setup-qemu-action from 2 to 3 #2641

Workflow file for this run

name: Linter
on: [push, pull_request_target]
jobs:
linter:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
- run: yarn
- name: Lint
run: yarn lint
reviewdog:
name: reviewdog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
- run: yarn
- name: Lint
uses: reviewdog/action-eslint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
titleLint:
if: ${{ github.event_name == 'pull_request' || github.event_name == 'pull_request_target' }}
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ignoreLabels: |
dependencies
wip: true