Skip to content

Commit

Permalink
Create job
Browse files Browse the repository at this point in the history
  • Loading branch information
dbetancurdev authored May 22, 2024
1 parent cabc1b3 commit 438721d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# .github/workflows/dev.yml
name: Standalone CLI
on: [push, pull_request]
jobs:
machineStandalone:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222
- uses: docker://docker.io/fluidattacks/cli:latest
name: machineStandalone
with:
args: skims scan .

0 comments on commit 438721d

Please sign in to comment.