Skip to content

refactor: enable linter rule ST1023 for 'Redundant type in variable declaration' #397

refactor: enable linter rule ST1023 for 'Redundant type in variable declaration'

refactor: enable linter rule ST1023 for 'Redundant type in variable declaration' #397

Workflow file for this run

name: Check License Headers
on:
push:
branches: [main]
pull_request:
# Since no branch is specified, this will run on all PRs
jobs:
check-headers:
name: Check that license headers are in place
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- name: Check license headers
uses: apache/skywalking-eyes@5c5b974209f0de5d905f37deb69369068ebfc15c # v0.7.0
with:
config: .licenserc.yml