From a4e175872878ffbd96c2c77af4cd22a704338934 Mon Sep 17 00:00:00 2001 From: Kenneth Myers Date: Sat, 13 Apr 2024 17:15:24 -0400 Subject: [PATCH] add print local files and update gitignore remove plan files --- .github/workflows/workflow.yml | 3 +++ .gitignore | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index f4d59d8..3590d08 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -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/setup-python@v4.6.0 diff --git a/.gitignore b/.gitignore index 688025e..fbd6c23 100644 --- a/.gitignore +++ b/.gitignore @@ -214,6 +214,9 @@ dmypy.json *.tfstate *.tfstate.* +# plan files +*-plan.out + # Crash log files crash.log crash.*.log