Skip to content

Infra configuration and deployments #1

Infra configuration and deployments

Infra configuration and deployments #1

Workflow file for this run

name: Linter
on:
workflow_dispatch:
pull_request: null
push:
branches:
- main
jobs:
build:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint Code Base
uses: super-linter/super-linter/[email protected]
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}