We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 336c75a commit 813ad27Copy full SHA for 813ad27
1 file changed
.github/workflows/validate.yml
@@ -3,7 +3,7 @@ name: Validate Schemas
3
on:
4
push:
5
branches: ["main"]
6
- tags-ignore: ["*"] # <- do not run this workflow for tags
+ tags-ignore: ["*"] # do not run this workflow for tags
7
pull_request:
8
9
workflow_dispatch:
@@ -21,12 +21,12 @@ jobs:
21
runs-on: ubuntu-latest
22
env:
23
FORCE_COLOR: "1"
24
+
25
steps:
26
- name: Checkout repository
27
uses: actions/checkout@v4
28
with:
29
fetch-depth: 0
- # Always checkout the exact SHA for PRs/pushes
30
ref: ${{ github.sha }}
31
32
- name: Normalize git on runner (LF)
0 commit comments