Skip to content

Bump gitleaks/gitleaks from 8.18.2 to 8.18.4 #11

Bump gitleaks/gitleaks from 8.18.2 to 8.18.4

Bump gitleaks/gitleaks from 8.18.2 to 8.18.4 #11

---
name: Functional tests (Local)
on: # yamllint disable-line rule:truthy
pull_request: {}
push:
branches:
- "main"
defaults:
run:
shell: sh
jobs:
functional-tests:
name: Functional tests
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- name: Checkout ${{ github.repository }}
uses: actions/checkout@v4
- uses: ./
id: pascal
with:
path: ./HelloWorld.pas
- name: Validate result
run: |
[ "Hello World!" = "${{ steps.pascal.outputs.result }}" ] || exit 1;