Skip to content

Bump release-drafter/release-drafter from 5.24.0 to 5.25.0 #106

Bump release-drafter/release-drafter from 5.24.0 to 5.25.0

Bump release-drafter/release-drafter from 5.24.0 to 5.25.0 #106

Workflow file for this run

name: Run Linter
on: [ push, pull_request ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v4
- name: setup python 3
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: install dependencies
run: make deps
- name: run linter
run: make lint