Skip to content

Commit

Permalink
Change !yamlscript/v0: to '!YS v0:' with ys-0.1.91
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Feb 2, 2025
1 parent d8f4d01 commit f8332ef
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows-in/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL := bash

YS_VERSION := 0.1.88
YS_VERSION := 0.1.91
YS_PREFIX := /tmp/rapidyaml
YS := $(YS_PREFIX)/bin/ys-$(YS_VERSION)

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows-in/benchmarks.ys
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!yamlscript/v0:
!YS v0:

:use common: :all
:: workflow-setup()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows-in/clang.ys
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!yamlscript/v0:
!YS v0:

:use common: :all
:: workflow-setup()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows-in/clang_tidy.ys
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!yamlscript/v0:
!YS v0:

:use common: :all
:: workflow-setup()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows-in/coverage.ys
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!yamlscript/v0:
!YS v0:

:use common: :all
:: workflow-setup()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows-in/emscripten.ys
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!yamlscript/v0:
!YS v0:

:use common: :all
:: workflow-setup()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows-in/gcc.ys
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!yamlscript/v0:
!YS v0:

:use common: :all
:: workflow-setup()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows-in/infra.ys
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!yamlscript/v0:
!YS v0:

:use common: :all
:: workflow-setup()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows-in/install.ys
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!yamlscript/v0:
!YS v0:

:use common: :all
::
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows-in/macosx.ys
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!yamlscript/v0:
!YS v0:

:use common: :all
:: workflow-setup()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows-in/rarearchs.ys
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!yamlscript/v0:
!YS v0:

:use common: :all
:: workflow-setup()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows-in/release.ys
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!yamlscript/v0:
!YS v0:

:use common: :all
:workflow-setup 'release'::
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows-in/samples.ys
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!yamlscript/v0:
!YS v0:

:use common: :all
:: workflow-setup()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows-in/windows.ys
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!yamlscript/v0: # data mode
!YS v0: # data mode

:use common: :all
:: workflow-setup()
Expand Down

0 comments on commit f8332ef

Please sign in to comment.