Skip to content

Commit

Permalink
Create super-linter.yml
Browse files Browse the repository at this point in the history
For issue #49
  • Loading branch information
aniruddhaadak80 authored Oct 29, 2024
1 parent 9d8987d commit 9de4e4c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Super-Linter

on:
pull_request:
push:
branches:
- main
- master

jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3

- name: Run Super-Linter
uses: github/super-linter@v5
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9de4e4c

Please sign in to comment.