Skip to content

Commit

Permalink
Merge pull request #6 from gabrielrufino/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
gabrielrufino authored Nov 3, 2024
2 parents 17e358c + befc5fc commit b5d6693
Show file tree
Hide file tree
Showing 592 changed files with 27,763 additions and 434,552 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: CD

on:
push:
tags:
- v*

permissions:
contents: write

jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: softprops/action-gh-release@v2
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
9 changes: 7 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
name: Expect
name: Expect - Validates data across the pipeline
description: A set of validators that can be used to validate inputs, secrets, outputs, and more.
author: Gabriel Rufino
branding:
icon: check-square
color: green

inputs:
type:
Expand All @@ -13,4 +18,4 @@ inputs:

runs:
using: 'node20'
main: 'src/index.js'
main: 'dist/index.js'
Loading

0 comments on commit b5d6693

Please sign in to comment.