Skip to content

hyper-tuner/ini-validate-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HyperTuner INI validate

GitHub Action for INI validation (https://github.com/hyper-tuner/ini).

Usage

.github/workflows/validate-ini.yml

name: Validate INI

on: pull_request

jobs:
  validate:
    runs-on: ubuntu-latest

    steps:
      - name: Checkout
        uses: actions/checkout@v2
      - name: Validate INI
        uses: hyper-tuner/ini-validate-action@v1
        with:
          github-token: "${{ secrets.GITHUB_TOKEN }}"
          filename: data/my_ini_file.ini