Skip to content

Infra configuration and deployments #2

Infra configuration and deployments

Infra configuration and deployments #2

Workflow file for this run

on:
workflow_dispatch:
pull_request:
push:
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 }}