Skip to content

Commit

Permalink
add print local files and update gitignore remove plan files
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethjmyers committed Apr 13, 2024
1 parent 72d0698 commit a4e1758
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
name: Run tests
steps:
- uses: actions/checkout@v3

- name: local files
run: ls -al

- name: Set up Python
uses: actions/[email protected]
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@ dmypy.json
*.tfstate
*.tfstate.*

# plan files
*-plan.out

# Crash log files
crash.log
crash.*.log
Expand Down

0 comments on commit a4e1758

Please sign in to comment.