Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

build(deps-dev): bump lint-staged from 15.5.1 to 16.1.6 #1331

build(deps-dev): bump lint-staged from 15.5.1 to 16.1.6

build(deps-dev): bump lint-staged from 15.5.1 to 16.1.6 #1331

Workflow file for this run

name: CodeTour watch
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
codetour-watch:
runs-on: trailheadapps-Ubuntu
if: github.actor != 'trailheadapps-bot' && github.actor != 'dependabot[bot]'
steps:
- name: 'Checkout source code'
uses: actions/checkout@v4
- name: 'Watch CodeTour changes'
uses: pozil/[email protected]
skip-codetour-watch:
if: github.actor == 'trailheadapps-bot' || github.actor == 'dependabot[bot]'
runs-on: trailheadapps-Ubuntu
steps:
- name: Noop
run: |
echo "Skipping workflow run for automated PRs."