Skip to content

Merge pull request #47 from hugovk/30-days #200

Merge pull request #47 from hugovk/30-days

Merge pull request #47 from hugovk/30-days #200

Workflow file for this run

name: Format and/or lint
on:
push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: get up on this
uses: actions/checkout@v2
- name: hit it
run: ./mk/fmt.sh
- name: push it
run: |
git config --global user.name 'GitHub Actions'
git config --global user.email '[email protected]'
git commit -am 'Format/Lint [Automated]' && git push || true