Skip to content

build(deps): bump env_logger from 0.11.10 to 0.11.11 #1318

build(deps): bump env_logger from 0.11.10 to 0.11.11

build(deps): bump env_logger from 0.11.10 to 0.11.11 #1318

Workflow file for this run

on:
- pull_request
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install codespell with pip
run: pip install codespell
- name: Fix typos
run: codespell ./ -w
- name: Push changes
uses: EndBug/add-and-commit@v7