Skip to content

Merge pull request #71 from Marc-marc-marc/codain-fix-conflicts #118

Merge pull request #71 from Marc-marc-marc/codain-fix-conflicts

Merge pull request #71 from Marc-marc-marc/codain-fix-conflicts #118

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- run: |
sudo apt-get update
sudo apt-get install --yes --no-install-recommends \
pylama \
python3-pylama \
yamllint
- uses: actions/checkout@v2
- name: yamllint
run: |
yamllint .
- name: pylama
run: |
pylama