Skip to content

Feat/add linter workflow #1

Feat/add linter workflow

Feat/add linter workflow #1

Workflow file for this run

name: Linter
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run linter
run: |
setsid ./ci/lint.sh