Skip to content

Commit

Permalink
Create lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumeet-Parab-2003 authored Sep 20, 2023
1 parent a783b31 commit 62a6b35
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Lint Code Base

on: [push, pull_request]

jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest

steps:

- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Lint Code Base
uses: github/super-linter@v4

0 comments on commit 62a6b35

Please sign in to comment.