feat: progress on javascript action
This commit is contained in:
15
.github/workflows/test_action.yaml
vendored
Normal file
15
.github/workflows/test_action.yaml
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
name: Test KICS action
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Test KICS action
|
||||
uses: ./
|
||||
with:
|
||||
path: positive.tf
|
Reference in New Issue
Block a user