Skip to content

Bump version: 6.8 → 6.9 #738

Bump version: 6.8 → 6.9

Bump version: 6.8 → 6.9 #738

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Building linters image ...
run: make linters
- name: Running linters ...
run: make tox