mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-11 00:07:01 +00:00
ci(validation): improve output for readability, use lighter image
This commit is contained in:
6
.github/workflows/regex.yml
vendored
6
.github/workflows/regex.yml
vendored
@@ -18,14 +18,10 @@ on:
|
||||
jobs:
|
||||
validate:
|
||||
runs-on: ubuntu-latest
|
||||
container: mcr.microsoft.com/powershell:lts-alpine-3.18
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Setup PowerShell
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y powershell
|
||||
|
||||
- name: validate
|
||||
run: pwsh scripts/validateAllPatterns.ps1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user