Skip to content

Swap whole row of RAM pages when holding Shift while clicking on a page #112

Swap whole row of RAM pages when holding Shift while clicking on a page

Swap whole row of RAM pages when holding Shift while clicking on a page #112

Workflow file for this run

name: pylint
on: [pull_request]
jobs:
pylint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v3
with:
path: ./.venv
key: ${{ runner.os }}-venv-${{ hashFiles('./Pipfile.lock') }}
- name: Install dependencies
uses: VaultVulp/action-pipenv@v2.0.1
with:
command: sync --dev
- name: Run pylint
uses: VaultVulp/action-pipenv@v2.0.1
with:
command: run pylint