Skip to content

Merge pull request #73 from Marc-marc-marc/teslix-paulla #117

Merge pull request #73 from Marc-marc-marc/teslix-paulla

Merge pull request #73 from Marc-marc-marc/teslix-paulla #117

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