Skip to content

Commit

Permalink
Merge pull request #4 from sshiells-scottlogic/feature/add-action
Browse files Browse the repository at this point in the history
Add action file
  • Loading branch information
sshiells-scottlogic authored Feb 6, 2025
2 parents 1f6addb + 93e69fe commit 6977abc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
File renamed without changes.
16 changes: 16 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "FINOS CCC Validator"
description: "A GitHub action to validate the content the services listed under the FINOS Common Cloud Controls (CCC) project."
author: "Stevie Shiells"

runs:
using: "docker"
image: "Dockerfile" # Points to Dockerfile in the root directory

branding:
icon: "check-square"
color: "blue"

inputs:
targetDir:
description: "File directory path the root for the services directory"
required: true

0 comments on commit 6977abc

Please sign in to comment.