Skip to content

Commit

Permalink
Use metadata linter in pion/.goassets
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat committed Aug 28, 2023
1 parent 36351e8 commit ce42dd0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 160 deletions.
61 changes: 0 additions & 61 deletions .github/assert-contributors.sh

This file was deleted.

64 changes: 0 additions & 64 deletions .github/lint-commit-message.sh

This file was deleted.

24 changes: 0 additions & 24 deletions .github/lint-filename.sh

This file was deleted.

26 changes: 15 additions & 11 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,22 @@ jobs:
lint-commit-message:
name: Metadata
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Commit Message
run: .github/lint-commit-message.sh

- name: File names
run: .github/lint-filename.sh
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Checkout .goassets
uses: actions/checkout@v3
with:
repository: pion/.goassets
path: ${{ github.workspace }}/.github/.goassets
ref: ${{ inputs.goassets-ref }}

- name: Commit Message
run: .github/.goassets/scripts/lint-commit-message.sh

- name: File names
run: .github/.goassets/scripts/lint-filename.sh

- name: Contributors
run: .github/assert-contributors.sh
Expand Down

0 comments on commit ce42dd0

Please sign in to comment.