Add restriction and validation for download urls

This commit is contained in:
なつき
2026-01-13 11:06:41 +01:00
committed by Benoit Daloze
parent 4fc31e1c82
commit b939495830
2 changed files with 38 additions and 0 deletions
+11
View File
@@ -369,6 +369,17 @@ jobs:
- name: C:/msys64/mingw64/bin/gcc.exe not installed
run: ruby -e "abort if File.exist?('C:/msys64/mingw64/bin/gcc.exe')"
validate-windows-versions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ./
with:
ruby-version: ruby
- run: ruby generate-windows-versions.rb
- name: Check generated files are up to date
run: git diff --exit-code
lint:
runs-on: ubuntu-22.04
steps: