Skip to content

Merge tag 'v0.3.0' into develop #7

Merge tag 'v0.3.0' into develop

Merge tag 'v0.3.0' into develop #7

Workflow file for this run

name: Lint and SAST
on:
pull_request:
workflow_dispatch:
jobs:
lint:
uses: ./.github/actions/linter_ruby.yml

Check failure on line 9 in .github/workflows/linter_ruby.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/linter_ruby.yml

Invalid workflow file

invalid value workflow reference: no version specified
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
sast:
uses: ./.github/actions/sast_ruby.yml
secrets:
token: ${{ secrets.GITHUB_TOKEN }}