Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Fix a typo

Fix a typo #1

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 .