Skip to content

Commit 93a059f

Browse files
committed
rename acceptance-test to just acceptance
1 parent ecddbcf commit 93a059f

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.github/workflows/acceptance-test.yml renamed to .github/workflows/acceptance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: acceptance-test
1+
name: acceptance
22

33
on:
44
pull_request:
@@ -11,7 +11,7 @@ permissions:
1111
pull-requests: write
1212

1313
jobs:
14-
test:
14+
acceptance:
1515
runs-on: ubuntu-latest
1616
steps:
1717
# Need to checkout for testing the Action in this repo

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# JSON and YAML - Validator ✅
22

3-
[![CodeQL](https://github.com/grantbirki/json-yaml-validate/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/grantbirki/json-yaml-validate/actions/workflows/codeql-analysis.yml) [![test](https://github.com/grantbirki/json-yaml-validate/actions/workflows/test.yml/badge.svg)](https://github.com/grantbirki/json-yaml-validate/actions/workflows/test.yml) [![acceptance-test](https://github.com/GrantBirki/json-yaml-validate/actions/workflows/acceptance-test.yml/badge.svg)](https://github.com/GrantBirki/json-yaml-validate/actions/workflows/acceptance-test.yml) [![package-check](https://github.com/grantbirki/json-yaml-validate/actions/workflows/package-check.yml/badge.svg)](https://github.com/grantbirki/json-yaml-validate/actions/workflows/package-check.yml) [![lint](https://github.com/grantbirki/json-yaml-validate/actions/workflows/lint.yml/badge.svg)](https://github.com/grantbirki/json-yaml-validate/actions/workflows/lint.yml) [![coverage](./badges/coverage.svg)](./badges/coverage.svg)
3+
[![CodeQL](https://github.com/grantbirki/json-yaml-validate/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/grantbirki/json-yaml-validate/actions/workflows/codeql-analysis.yml)
4+
[![test](https://github.com/grantbirki/json-yaml-validate/actions/workflows/test.yml/badge.svg)](https://github.com/grantbirki/json-yaml-validate/actions/workflows/test.yml)
5+
[![acceptance](https://github.com/GrantBirki/json-yaml-validate/actions/workflows/acceptance.yml/badge.svg)](https://github.com/GrantBirki/json-yaml-validate/actions/workflows/acceptance.yml)
6+
[![package-check](https://github.com/grantbirki/json-yaml-validate/actions/workflows/package-check.yml/badge.svg)](https://github.com/grantbirki/json-yaml-validate/actions/workflows/package-check.yml)
7+
[![lint](https://github.com/grantbirki/json-yaml-validate/actions/workflows/lint.yml/badge.svg)](https://github.com/grantbirki/json-yaml-validate/actions/workflows/lint.yml)
8+
[![coverage](./badges/coverage.svg)](./badges/coverage.svg)
49

510
A GitHub Action to quickly validate JSON and YAML files in a repository
611

@@ -134,7 +139,7 @@ This Action also supports schema validation for both JSON and YAML files.
134139
References docs for both JSON and YAML schema validation can be found at the links below:
135140

136141
- [JSON Schema Validation Docs](https://ajv.js.org/json-schema.html#json-schema)
137-
- [YAML Schema Validation Docs](https://github.com/ketanSaxena/schema-validator#yaml-schema) - Additional docs [here](https://www.npmjs.com/package/validate)
142+
- [YAML Schema Validation Docs](https://github.com/ketanSaxena/schema-validator#yaml-schema) - Additional docs [can be found here](https://www.npmjs.com/package/validate)
138143

139144
> Note: JSON files and YAML files use two separate libraries for schema validation
140145

docs/acceptance-test-results.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ skipping due to exclude match: __tests__/fixtures/json/project_dir/data/config/.
2525
action.yml is valid
2626
valid.yaml is valid
2727
skipping due to exclude match: tmp/invalid.yaml
28-
.github/workflows/acceptance-test.yml is valid
28+
.github/workflows/acceptance.yml is valid
2929
.github/workflows/codeql-analysis.yml is valid
3030
.github/workflows/lint.yml is valid
3131
.github/workflows/package-check.yml is valid

0 commit comments

Comments
 (0)