Skip to content

cpondoc pushed code

cpondoc pushed code #1

Workflow file for this run

name: Automated Building and Testing
run-name: ${{ github.actor }} pushed code
on: [push]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- run: echo "Testing this initial command"