Skip to content

Update README.txt #1823

Update README.txt

Update README.txt #1823

name: Racket Package CI

Check failure on line 1 in .github/workflows/racket-package.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/racket-package.yml

Invalid workflow file

(Line: 2, Col: 1): Unexpected value 'author', (Line: 5, Col: 1): Unexpected value 'inputs', (Line: 20, Col: 1): Unexpected value 'runs', (Line: 23, Col: 1): Unexpected value 'branding', (Line: 1, Col: 1): Required property is missing: jobs
author: Jack Firth
description: >-
Install, build, and test a package for the Racket programming language.
inputs:
name:
description: >-
The name that the package should be given. This is used as the `--name`
argument to `raco pkg install`.
required: true
directory:
description: >-
The package's root directory, relative to the root of the repository.
Should never include a leading slash. For example, a repository with
foo-lib, foo-test, and foo-doc packages would use "foo-lib", "foo-test",
or "foo-doc" to specify the input package directory. The default value,
".", is intended to be used with single-package repositories.
required: false
default: .
runs:
using: docker
image: Dockerfile
branding:
icon: play
color: red