Skip to content

feat: add status command, rate limit handling and --dry-run #9

feat: add status command, rate limit handling and --dry-run

feat: add status command, rate limit handling and --dry-run #9

Workflow file for this run

on:
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
# Full git history is needed to get a proper
# list of changed files within `super-linter`
fetch-depth: 0
- uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: true
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}