Skip to content

add YAML format and sort check workflow with formatting script#299

Open
alexfurmenkov wants to merge 1 commit into
mainfrom
12-autoformat-autosort
Open

add YAML format and sort check workflow with formatting script#299
alexfurmenkov wants to merge 1 commit into
mainfrom
12-autoformat-autosort

Conversation

@alexfurmenkov
Copy link
Copy Markdown
Collaborator

No description provided.

Comment on lines +9 to +26
runs-on: ubuntu-latest
name: Check YAML formatting and sorting

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "20"
cache: "npm"

- name: Install dependencies
run: npm install --legacy-peer-deps

- name: Check YAML format and sort
run: npm run yaml:check
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants