Skip to content

Add Actions

Add Actions #2

Workflow file for this run

name: Main Taski Workflow
on:
push:
branches:
- main
jobs:
checkout-and-print-tree:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Print project tree
run: tree .