Skip to content

Add GitHub ID for erfan-arvan #53

Add GitHub ID for erfan-arvan

Add GitHub ID for erfan-arvan #53

Workflow file for this run

name: Check style
on: [push, pull_request]
jobs:
style:
defaults:
run:
shell: bash -l {0}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
show-progress: false
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11.5'
- run: python --version
- name: Install Python programs
run: pip install ruff
- name: Install shellcheck and checkbashisms
run: sudo apt install shellcheck devscripts
- name: Check style
run: make check-style