Skip to content

Commit

Permalink
fix: improve linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ancavar committed Apr 28, 2023
1 parent 7a48409 commit ee0c1fb
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
name: Lint Codebase
name: Lint Code Base

on:
push:
branches: main
pull_request:
branches: main

jobs:
run-lint:
build:
name: Lint Code Base

runs-on: ubuntu-latest

permissions:
contents: read
packages: read
statuses: write

steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit ee0c1fb

Please sign in to comment.