Skip to content

ci: ignore line lint check for empty files #2

ci: ignore line lint check for empty files

ci: ignore line lint check for empty files #2

Workflow file for this run

name: ๐Ÿค– Automation
on:
pull_request_target:
types: [opened, reopened]
push:
branches:
- *

Check failure on line 8 in .github/workflows/automation.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/automation.yaml

Invalid workflow file

You have an error in your yaml syntax on line 8
jobs:
assign-author:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: toshimaru/[email protected]
label-lang:
runs-on: ubuntu-latest
continue-on-error: true
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5
with:
repo-token: ${{ github.token }}