Skip to content

Bump docker/setup-qemu-action from 2 to 3 #120

Bump docker/setup-qemu-action from 2 to 3

Bump docker/setup-qemu-action from 2 to 3 #120

Workflow file for this run

name: Lint
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the main branch
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install lint tools
run: "pip install Pygments restructuredtext-lint"
- name: Lint docs
run: rst-lint --encoding=utf-8 README.rst