Merge pull request #2 from totovskimartin/task-2

[CI:Build] changed runner to ubuntu-latest
This commit is contained in:
Martin Totovski 2025-03-19 00:01:50 +02:00 committed by GitHub
commit 68547898f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ on:
jobs: jobs:
lint: lint:
name: Lint name: Lint
runs-on: self-hosted runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4