Skip to content

Document instructions for validating locally #51

@mr-c

Description

@mr-c

Here is what I had to do:

sudo gem install install_specific
gem install_specific --user-install https://github.com/citation-file-format/ruby-cff.git

and then make a local file test.rb

require 'cff'
begin
  CFF::File.validate!('CITATION.cff')
end
ruby test.rb

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions