Skip to content

chore(config): migrate config renovate.json #88

chore(config): migrate config renovate.json

chore(config): migrate config renovate.json #88

Workflow file for this run

name: Lint shared workflows
on:
push:
jobs:
lint:
name: Lint shared workflows
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
- name: Lint Workflows
uses: super-linter/super-linter/slim@v7
env:
VALIDATE_GITHUB_ACTIONS: true
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}