Skip to content

Commit

Permalink
Changed extension to yaml so the yaml-checker works.
Browse files Browse the repository at this point in the history
  • Loading branch information
Baklap4 committed Sep 23, 2023
1 parent 1f76fa4 commit 6062d8e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ body:
label: Additional context
description: Add screenshots etc. (Anything that will provide more context about the problem)
validations:
required: false
required: false
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ contact_links:

- name: Question
url: "https://discord.gg/NS3m3ad"
about: "Please ask questions in our Discord in the channel format-related"
about: "Please ask questions in our Discord in the channel format-related"
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ body:
label: Extra info/examples/attachments
description: Add screenshots etc. (Anything that will give us more context about what is being requested!)
validations:
required: false
required: false
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Release UltraStar Format Specification Website
# Controls when the workflow will run
on:
# Triggers the workflow on merges to master, release branches,
# all PRs, and release tags
# all PRs, and release tags
push:
branches:
- main
Expand Down Expand Up @@ -43,4 +43,3 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit 6062d8e

Please sign in to comment.