Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Added several hundred Twitch links #55

Added several hundred Twitch links

Added several hundred Twitch links #55

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Syntax check
on:
pull_request:
push:
branches: ['main', 'develop']
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/action@v3.0.0