Skip to content

chore(config): updates styleguide #9

chore(config): updates styleguide

chore(config): updates styleguide #9

Workflow file for this run

name: Code Quality
on:
workflow_call:
pull_request:
push:
branches:
- main
permissions:
contents: write
pages: write
pull-requests: write
id-token: write
jobs:
ci-lint:
uses: kurocado-studio/styleguide/.github/workflows/lint.yml@main
secrets:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

Check failure on line 20 in .github/workflows/ci.lint.yml

View workflow run for this annotation

GitHub Actions / Code Quality

Invalid workflow file

The workflow is not valid. .github/workflows/ci.lint.yml (Line: 20, Col: 21): Invalid secret, GITHUB_TOKEN is not defined in the referenced workflow.