Skip to content

update NEWS

update NEWS #161

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