Skip to content

handle files of any path #19

handle files of any path

handle files of any path #19

Workflow file for this run

---
name: Lint Code Base
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
call-super-linter:
# use Reusable Workflows to call my linter config remotely
# https://docs.github.com/en/actions/learn-github-actions/reusing-workflows
uses: bretfisher/super-linter-workflow/.github/workflows/super-linter.yaml@main

Check failure on line 14 in .github/workflows/linter.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/linter.yml

Invalid workflow file

error parsing called workflow ".github/workflows/linter.yml" -> "bretfisher/super-linter-workflow/.github/workflows/super-linter.yaml@main" : failed to fetch workflow: workflow was not found.