Skip to content

Commit

Permalink
Fix: Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MannuVilasara committed Oct 8, 2023
1 parent c784c56 commit fe128bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Lint


on:
# Trigger the workflow on push or pull request,
# but only for the main branch
Expand All @@ -12,11 +13,14 @@ on:
- main
- master


jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest

permissions: write-all

steps:
- name: Check out Git repository
uses: actions/checkout@v3
Expand Down

0 comments on commit fe128bd

Please sign in to comment.