pull/539/merge
Brenders 2024-04-23 13:43:08 +00:00 committed by GitHub
commit 656c4ff728
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -11,12 +11,12 @@ jobs:
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v2 uses: actions/checkout@v4
- name: Setup Node - name: Setup Node
uses: actions/setup-node@v1 uses: actions/setup-node@v4
with: with:
node-version: "20.10.x" node-version: "20.x"
- name: Install m3u-linter and check the playlist - name: Install m3u-linter and check the playlist
run: | run: |
@ -34,7 +34,7 @@ jobs:
"no-multi-spaces": false, "no-multi-spaces": false,
"no-extra-comma": true, "no-extra-comma": true,
"space-before-paren": false, "space-before-paren": false,
"no-dash": true "no-dash": false
} }
} }
EOF EOF

View File

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
- name: Update playlist - name: Update playlist
run: | run: |
git config user.name "PlaylistBot" || true git config user.name "PlaylistBot" || true