Skip to content

feat: Add test action #1

feat: Add test action

feat: Add test action #1

Workflow file for this run

name: Create Build Directory
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Create Build Directory
run: |
mkdir /tmp/build
touch /tmp/build/test.txt