Skip to content

forgot semicolon in server.js #5

forgot semicolon in server.js

forgot semicolon in server.js #5

Workflow file for this run

name: "Label Art Submissions"

Check failure on line 1 in .github/workflows/labeler.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/labeler.yml

Invalid workflow file

Invalid `steps` value - steps should be list of `uses` or `run` items
on:
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"