Skip to content

Commit

Permalink
Add Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaMihailovna committed Jul 20, 2023
1 parent b2feb1c commit 8b59f32
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflow/main.yml

This file was deleted.

13 changes: 13 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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 .

0 comments on commit 8b59f32

Please sign in to comment.