Skip to content

fix: remove extra chars in YouTube ID #453

fix: remove extra chars in YouTube ID

fix: remove extra chars in YouTube ID #453

Workflow file for this run

---
name: Lint
# Run this workflow every time a new commit pushed to your repository
on: push
permissions: read-all
jobs:
super-lint:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
# To report GitHub Actions status checks
statuses: write
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
# super-linter needs the full git history to get the
# list of files that changed across commits
fetch-depth: 0
- name: Super-linter
uses: super-linter/[email protected]
env:
DEFAULT_BRANCH: main
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}