Skip to content

package update

package update #199

Workflow file for this run

name: Freetify
on: push
jobs:
echo:
runs-on: ubuntu-latest
steps:
- run: echo "hello, github actions"
pwd-ls:
name: PWD & LS
runs-on: ubuntu-latest
steps:
- run: ls -al
- uses: actions/checkout@v4
with:
fetch-depth: 3
- run: git log --pretty=oneline