Skip to content

.github: workflows: duplication: add a code duplication metric #1

.github: workflows: duplication: add a code duplication metric

.github: workflows: duplication: add a code duplication metric #1

Workflow file for this run

# Run Ansible lint in playbooks and roles
name: Run ansible-lint
# Controls when the action will run.
on:
pull_request:
push:
schedule:
- cron: '0 */8 * * *'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
steps:
# Important: This sets up your GITHUB_WORKSPACE environment variable
- uses: actions/checkout@v3
- name: Duplicate code detection tool
uses: platisd/[email protected]