Skip to content

Remove support for CentOS #107

Remove support for CentOS

Remove support for CentOS #107

Workflow file for this run

name: Test
on: pull_request
jobs:
lint-charms:
name: "Lint the charms"
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.x'
architecture: 'x64'
- name: "Install tox, run 'make lint'"
run: |
pip install tox
make lint