Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
megalinter suggestions
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Kirchev <[email protected]>
  • Loading branch information
int0x27 authored and SebastianSchildt committed Mar 1, 2023
1 parent 27dfeee commit 07a2d28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev_container_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ on:

jobs:
build:
runs-on: [ubuntu-latest]
runs-on: ubuntu-latest

steps:
- name: adding github workspace as safe directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:

jobs:
bump-vdb-version:
runs-on: [ubuntu-latest]
runs-on: ubuntu-latest

steps:
- name: adding github workspace as safe directory
Expand Down

0 comments on commit 07a2d28

Please sign in to comment.