Skip to content

Commit

Permalink
updated GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Danil42Russia committed Jul 27, 2024
1 parent e86e787 commit 45fc86d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
pull_request:

jobs:
linter:
runs-on: ubuntu-latest
steps:
- name: Fetch Sources
uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
pull_request:

jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Fetch Sources
uses: actions/checkout@v4
Expand Down

0 comments on commit 45fc86d

Please sign in to comment.