Skip to content

Commit

Permalink
bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Aug 22, 2024
1 parent 52fa920 commit 7f67ae6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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

0 comments on commit 7f67ae6

Please sign in to comment.