Skip to content

Commit

Permalink
added workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
sharmayajush committed Aug 21, 2023
1 parent 5bfecb8 commit 46ff95e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test-actions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: learn-github-actions
run-name: ${{ github.actor }} is learning GitHub Actions
on: [push]
jobs:
check-bats-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 'stable'
- name: accuknox-install
uses: accuknox/[email protected]
- name: accuknox-report
uses: accuknox/[email protected]


0 comments on commit 46ff95e

Please sign in to comment.