Skip to content

fix: implement new google auth workflow with TOTP #48

fix: implement new google auth workflow with TOTP

fix: implement new google auth workflow with TOTP #48

Workflow file for this run

name: Lint RST
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install Pygments restructuredtext_lint
- name: Lint with rst
run: |
rst-lint README.rst