Skip to content

♻️ refactor

♻️ refactor #3

Workflow file for this run

name: Test Results
on: push
permissions:
contents: write
jobs:
report:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Make test
run: make test
- name: Commit
run: |
git config --global user.name 'Caleb Stanford'
git config --global user.email '[email protected]'
git commit -am ":file_folder: Update test results"
git push