Skip to content

format the dummy action #1

format the dummy action

format the dummy action #1

Workflow file for this run

# This action is for playing around with GHA and has no use outside of that.
name: main
on:
workflow_dispatch:
push:
branches:
- master
jobs:
tail_and_check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Start tailing file
run: tail -f /etc/issue >/dev/null 2>&1 &
- name: Print processes
run: ps aux