Skip to content

Update twm

Update twm #954

Workflow file for this run

name: Black Formatting
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/[email protected]
with:
options: "--verbose"
src: "."
- name: Commit Changes
continue-on-error: true
run: |
git add .
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git commit -m "Black Formatting"
- name: Push changes
continue-on-error: true
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.SECRET }}
branch: ${{ github.ref }}