Skip to content

Make the repository for personal use only #1054

Make the repository for personal use only

Make the repository for personal use only #1054

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
# docs: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
name: πŸ§ͺ Tests
on:
workflow_dispatch: {}
push:
branches: [master, main]
tags-ignore: ['**']
paths-ignore: ['**.md', 'sites/**']
pull_request:
paths-ignore: ['**.md', 'sites/**']
concurrency:
group: ${{ github.ref }}-tests
cancel-in-progress: true
jobs:
gitleaks:
name: πŸ” GitLeaks
runs-on: ubuntu-latest
steps:
- {uses: actions/checkout@v4, with: {fetch-depth: 0}}
- uses: gacts/gitleaks@v1
check:
name: 🌐 DNSControl check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gacts/install-dnscontrol@v1
- run: dnscontrol check