Skip to content

Commit

Permalink
chore: add github actions file
Browse files Browse the repository at this point in the history
  • Loading branch information
pozafly committed Aug 20, 2023
1 parent c11a094 commit 5a17db3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

14 changes: 14 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Checkout Workflow
on:
push:
branches-ignore: master
jobs:
checkout:
runs-on: ubuntu-latest
steps:
- run: ls -al
- uses: actions/checkout@v3
with:
path: our-source
- run: ls -al
- run: ls -al our-source

0 comments on commit 5a17db3

Please sign in to comment.