Skip to content

A few shell changes #352

A few shell changes

A few shell changes #352

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: [macos-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Tmpfile Creation
run: echo -e "Hello, World!"