diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index 00e25a8..e1fecf0 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -28,6 +28,15 @@ jobs: - name: "Checkout repository" uses: "actions/checkout@v3.6.0" + - + name: "Determine OS release" + id: "runner_os" + run: | + echo "release=$(node -e 'console.log(os.release());')" >>"${GITHUB_OUTPUT}" + - + name: "Showww" + run: | + echo "${{ steps.runner_os.outputs.release }}" - name: "Search for misspellings" #uses: "crate-ci/typos@v1.16.20"