Skip to content

build(deps): Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.11.0 in the actions group across 1 directory #38

build(deps): Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.11.0 in the actions group across 1 directory

build(deps): Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.11.0 in the actions group across 1 directory #38

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