Skip to content

ci: ignore line lint check for empty files #1

ci: ignore line lint check for empty files

ci: ignore line lint check for empty files #1

Workflow file for this run

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

Check failure on line 6 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 6
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 }}