Skip to content

chore(config): updates styleguide #12

chore(config): updates styleguide

chore(config): updates styleguide #12

Workflow file for this run

name: Code Quality
on:
pull_request:
push:
branches:
- main
permissions:
contents: write
pages: write
pull-requests: write
id-token: write
jobs:
checkout:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
ci-lint:
uses: kurocado-studio/styleguide/.github/workflows/lint.yml@main
needs: [actions/checkout@v1]

Check failure on line 27 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: 27, Col: 13): Job 'ci-lint' depends on unknown job 'actions/checkout@v1'.
secrets:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}