Skip to content

chore(deps): bump actions/checkout from 3.4.0 to 4.0.0 #141

chore(deps): bump actions/checkout from 3.4.0 to 4.0.0

chore(deps): bump actions/checkout from 3.4.0 to 4.0.0 #141

Workflow file for this run

name: License checker
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check-license:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/checkout@v4.0.0
- name: Check License Header
uses: apache/skywalking-eyes@v0.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}