Skip to content

fix: fix the lint ci #3

fix: fix the lint ci

fix: fix the lint ci #3

Workflow file for this run

# .github/workflows/lint.yml
name: Lint Workflow
on:
workflow_call:
inputs:
app_path:
description: 'Path to the application directory'
required: true
type: string
linter_configs:
description: 'Additional linter configurations'
required: false
type: mapping
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Linter
uses: super-linter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_WORKSPACE: ${{ github.workspace }}/${{ inputs.app_path }}
TYPESCRIPT_DEFAULT_STYLE: prettier
${{ toJson(inputs.linter_configs) }}

Check failure on line 31 in .github/workflows/lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint.yml

Invalid workflow file

You have an error in your yaml syntax on line 31