Skip to content

Update Node to v20 #598

Update Node to v20

Update Node to v20 #598

Workflow file for this run

# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
# SPDX-License-Identifier: MIT
name: Lint
on:
pull_request:
jobs:
commit-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Copy scripts
run: |
mkdir -p .github/.goassets/
cp -r scripts/lint-commit-message.sh .github/.goassets/
- name: Lint commit message
run: .github/.goassets/lint-commit-message.sh