Skip to content

kaplan2539 says hello #15

kaplan2539 says hello

kaplan2539 says hello #15

Workflow file for this run

name: hello-github-actions
run-name: ${{ github.actor }} says hello
on: [push]
jobs:
find-files:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cat /etc/issue
- run: uname -a
- run: nproc
- run: find .