Skip to content

feat: Editorial review: Attribution reporting API #3439

feat: Editorial review: Attribution reporting API

feat: Editorial review: Attribution reporting API #3439

Workflow file for this run

name: JSON lint
on:
pull_request:
branches:
- main
paths:
- .nvmrc
- "**/*.json"
- "**/*.jsonc"
- .github/workflows/pr-check_json.yml
jobs:
lint-json:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: yarn
- name: Install all yarn packages
run: yarn --frozen-lockfile
env:
# https://github.com/microsoft/vscode-ripgrep#github-api-limit-note
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Lint JSON files
run: yarn lint:json