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:
lint:
name: Lint
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4