Skip to content

Using deb822_repository module instead of apt_key and apt_repository #922

Using deb822_repository module instead of apt_key and apt_repository

Using deb822_repository module instead of apt_key and apt_repository #922

Workflow file for this run

---
name: "Flake8"
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set TERM environment variable
run: echo "TERM=xterm" >> $GITHUB_ENV
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install dependencies
run: make bootstrap-dev
- name: Run Flake8
run: make linter-flake8