Skip to content

Remove macos-latest from ets-from-source workflow #351

Remove macos-latest from ets-from-source workflow

Remove macos-latest from ets-from-source workflow #351

name: Style check
on: [pull_request, workflow_dispatch]
jobs:
style:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ['3.8']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies and local packages
run: |
python -m pip install --upgrade pip
python -m pip install flake8
python -m pip install flake8-ets
- name: Run style checks
run: |
python -m flake8