Skip to content

Validate JSON Resume

Actions

About

Validate your JSON Resume contents using the txtcv CLI
v1.1.0
Latest
Star (0)

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.

Validate JSON Resume is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Validate your JSON Resume contents using the txtcv CLI
v1.1.0
Latest

Validate JSON Resume is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.