Skip to content

Updated overview with state, examples of debugging, and expectations. #1

Updated overview with state, examples of debugging, and expectations.

Updated overview with state, examples of debugging, and expectations. #1

Workflow file for this run

on:
push:
branches:
- master
name: Push Event
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Test
uses: skx/github-action-tester@master