talisman-secrets-scan-action/.github/workflows/main.yml

17 lines
271 B
YAML
Raw Normal View History

name: Test
on:
2021-09-19 06:44:20 +00:00
push:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Ensure Talisman can operate on a valid revision range
2021-09-19 06:22:42 +00:00
- name: Test action
uses: ./