Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

allegro-actions/verify-configuration

This action verifies your config files.

Basic usage:

steps:
  - uses: actions/checkout@v2
    with:
      ref: ${{ github.head_ref }}

  - uses: allegro-actions/verify-configuration@v1
    with:
      host: configurataion-service-hostname
      service: service-name

Please notice that you should check out a branch, not a commit. Therefore, according to the docs, available workflow events are: pull_request, pull_request_target.

Use cases

Validate your PR before merging ;)

About

This action verifies allegro configuration files.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors