Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
damjankuznar committed Jul 25, 2023
1 parent 7485045 commit f27a2d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/code-quality.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
name: Code quality
on: [push]
jobs:
unit-tests:
code-quality:
runs-on: ubuntu-latest

permissions:
id-token: write
contents: read

steps:
- uses: actions/checkout@v2

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ jobs:
unit-tests:
runs-on: ubuntu-latest

permissions:
id-token: write
contents: read

steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit f27a2d5

Please sign in to comment.