mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 12:49:37 +03:00
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@v3
|
|
|
|
- uses: docker://rhysd/actionlint:latest
|
|
with:
|
|
args: -shellcheck= -color
|