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