Skip to content

Use Factor org's new fork of sublime syntax def #78

Use Factor org's new fork of sublime syntax def

Use Factor org's new fork of sublime syntax def #78

Workflow file for this run

name: Format and 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 'actions@github.com'
git commit -am 'Format [Automated]' && git push || true