Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

typo fixing in devops readme #305

typo fixing in devops readme

typo fixing in devops readme #305

Workflow file for this run

name: Lint Code Base
on:
push:
branches-ignore: [main]
pull_request:
branches: [main]
jobs:
run-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Lint Code Base
uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: "main"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}