Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksraiden authored Jan 7, 2025
1 parent 306a992 commit 63df0d7
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@ name: CI Actions # don't edit while the badge was depend on this
on: [push, pull_request]

jobs:
license-check:
name: License check
runs-on: ubuntu-latest
steps:
- name: Checkout Code Base
uses: actions/checkout@v3
with:
fetch-depth: 0

- uses: apache/skywalking-eyes/[email protected]
with:
config: .github/config/licenserc.yaml
lint:
name: Lint
runs-on: ubuntu-latest
Expand All @@ -34,10 +46,6 @@ jobs:
with:
fetch-depth: 0

- uses: apache/skywalking-eyes/[email protected]
with:
config: .github/config/licenserc.yaml

- name: Restore Go Module Cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 63df0d7

Please sign in to comment.