Skip to content

Github Action definition to validate JSON Resume CV files

Notifications You must be signed in to change notification settings

txtcv/actions-validate

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

3 Commits
 
 
 
 

Repository files navigation

txtcv actions

This repository provides a reusable GitHub Action definition for validating JSON Resume files using the txtcv command-line tool.

Usage

Use the validate action to validate JSON CV files against the JSON Resume schema. Here's an example:

name: Validate CV

on:
  push:
    branches:
      - main

jobs:
  validate:
    runs-on: macos-latest
    steps:
      - uses: txtcv/actions-validate@v1
        with:
          cv_path: cv.json

Notes

  • Homebrew must be available on the runner. GitHub-hosted macOS and Ubuntu runners include Homebrew by default; ensure it is available on self-hosted runners before using these actions.
  • The actions currently target Linux and macOS runners. Ensure a matching Homebrew bottle exists before enabling them on Windows.

About

Github Action definition to validate JSON Resume CV files

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published