Skip to content

Commit

Permalink
feat: init project
Browse files Browse the repository at this point in the history
  • Loading branch information
j-zimnowoda committed Nov 26, 2024
1 parent 2ca1cbb commit 442df79
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/validate-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,12 @@ on:

jobs:
validate-yaml:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install packages
run: |
sudo apt-get update
sudo apt-get install -y yq

- name: Set up Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 442df79

Please sign in to comment.