Skip to content

Bump syn from 2.0.86 to 2.0.87 #10130

Bump syn from 2.0.86 to 2.0.87

Bump syn from 2.0.86 to 2.0.87 #10130

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
merge_group:
concurrency:
group: lint-${{ github.ref }}
cancel-in-progress: true
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: tools/format.sh -- --check
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ./tools/ci/github/setup
- run: tools/lint.sh -- -D warnings
spell_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@main
with:
files: "**/*.{feature,md,pen,rs,sh}"
readme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: raviqqe/markdown-link-check@main
dependabot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: tools/update_dependabot.sh
- run: git diff --exit-code