mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 12:49:37 +03:00
7b8ea4cefa
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
20 lines
338 B
YAML
20 lines
338 B
YAML
name: Lint
|
|
|
|
on:
|
|
push:
|
|
paths:
|
|
- '.github/workflows/*'
|
|
pull_request:
|
|
paths:
|
|
- '.github/workflows/*'
|
|
|
|
jobs:
|
|
actionlint:
|
|
name: GitHub actions
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
|
|
- uses: docker://rhysd/actionlint:latest
|
|
with:
|
|
args: -shellcheck= -color
|