Skip to content

migrate to js action #7

migrate to js action

migrate to js action #7

Workflow file for this run

name: Test actions
on:
push: {}
pull_request: {}
jobs:
test-actions:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
id: checkout
- name: test-reports
id: dblinter
uses: ./
with:
flyway-migration: 'test/migration'
init-script: 'test/init.sql'
report-path: 'out/dblinter.sarif'