Skip to content

Fix missing child activity log entries when parent relationships are removed #22484

Fix missing child activity log entries when parent relationships are removed

Fix missing child activity log entries when parent relationships are removed #22484

Workflow file for this run

name: Lint
on:
pull_request:
permissions:
contents: read
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: ruby/setup-ruby@0cb964fd540e0a24c900370abf38a33466142735 # v1.305.0
with:
bundler-cache: true
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
cache: yarn
node-version-file: .tool-versions
- run: yarn install --immutable --immutable-cache --check-cache
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
with:
install_args: actionlint hk pkl shellcheck yamllint
- run: hk check --all