Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
rixhieloomis committed Mar 1, 2024
1 parent dea3ce3 commit e4227d5
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 134 deletions.
3 changes: 0 additions & 3 deletions .eslintignore

This file was deleted.

54 changes: 0 additions & 54 deletions .eslintrc.json

This file was deleted.

9 changes: 1 addition & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,8 @@ jobs:
runs-on: ubuntu-latest
name: StackGuardian Github Action
steps:
# To use this repository's private action,
# you must check out the repository
- name: StackGuardian/workflow-run-action
uses: actions/checkout@v4
- name: StackGuardian/workflow-run-action
uses: ./ # Uses an action in the root directory
id: StackGuardian-CLI
with:
sg-cmd: "workflow help"
# # Use the output from the `hello` step
# - name: Get the output time
# run: echo "The time was ${{ steps.hello.outputs.time }}"
sg-cmd: "workflow help"
10 changes: 0 additions & 10 deletions .prettierrc.json

This file was deleted.

59 changes: 0 additions & 59 deletions __tests__/main.test.ts

This file was deleted.

0 comments on commit e4227d5

Please sign in to comment.