Skip to content

build(deps): bump golang.org/x/text from 0.17.0 to 0.18.0 #162

build(deps): bump golang.org/x/text from 0.17.0 to 0.18.0

build(deps): bump golang.org/x/text from 0.17.0 to 0.18.0 #162

name: Check Copyright Boilerplate
on:
pull_request:
paths:
- '**/*'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_RUN_ID: ${{ github.run_id }}
GITHUB_PR_NUMBER: ${{ github.event.pull_request.number }}
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
show-progress: false
- name: Check Copyright Boilerplate
run: .github/scripts/check_boilerplate.sh