Skip to content

build(deps): Bump the actions group across 1 directory with 2 updates #35

build(deps): Bump the actions group across 1 directory with 2 updates

build(deps): Bump the actions group across 1 directory with 2 updates #35

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
lint:
name: Lint Codebase
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip --quiet install --upgrade .[develop]
python -m pip list
- name: Lint with pyflakes
run: |
pyflakes yadageschemas