Skip to content

Update Log Analytics Workspace module to create log analytics solution optionally #244

Update Log Analytics Workspace module to create log analytics solution optionally

Update Log Analytics Workspace module to create log analytics solution optionally #244

Workflow file for this run

name: TF Formatting Check
on:
pull_request:
branches:
- main
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Lint Code Base
uses: super-linter/super-linter@v5
env:
VALIDATE_MD: true
VALIDATE_YAML: true
VALIDATE_BASH: true
VALIDATE_TERRAFORM_FMT: true
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}