Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Feb 29, 2024
1 parent d9e0df2 commit c88e11c
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 96 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang-analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- run: sudo apt-get update -yq

Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: DoozyX/clang-format-lint-action@v0.15
- uses: actions/checkout@v4
- uses: DoozyX/clang-format-lint-action@v0.17
with:
extensions: 'hpp,cpp'
clangFormatVersion: 15
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- run: sudo apt-get update -yq

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
TAOPQ_TEST_DATABASE: host=localhost dbname=postgres user=postgres password=postgres

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- run: sudo apt-get update -yq

Expand Down
79 changes: 0 additions & 79 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
TAOPQ_TEST_DATABASE: host=localhost dbname=postgres user=postgres password=postgres

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- run: sudo apt-get update -yq

Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
TAOPQ_TEST_DATABASE: host=localhost dbname=postgres user=postgres password=postgres

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- run: sudo apt-get update -yq

Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
TAOPQ_TEST_DATABASE: host=localhost dbname=postgres user=postgres password=postgres

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- run: sudo apt-get update -yq

Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
TAOPQ_TEST_DATABASE: host=localhost dbname=postgres user=postgres password=postgres

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- run: sudo apt-get update -yq

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
TAOPQ_TEST_DATABASE: host=localhost dbname=mydatabase user=myuser password=mypassword

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- run: |
brew services start postgresql
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
TAOPQ_TEST_DATABASE: host=localhost dbname=mydatabase user=myuser password=mypassword

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- run: |
brew services start postgresql
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sanitizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
TAOPQ_TEST_DATABASE: host=localhost dbname=postgres user=postgres password=postgres

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- run: sudo apt-get update -yq

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
TAOPQ_TEST_DATABASE: host=localhost dbname=mydatabase user=myuser password=mypassword

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- run: |
$pgService = Get-Service -Name postgresql*
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
TAOPQ_TEST_DATABASE: host=localhost dbname=mydatabase user=myuser password=mypassword

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- run: |
$pgService = Get-Service -Name postgresql*
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
TAOPQ_TEST_DATABASE: host=localhost dbname=mydatabase user=myuser password=mypassword

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- run: |
$pgService = Get-Service -Name postgresql*
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
TAOPQ_TEST_DATABASE: host=localhost dbname=mydatabase user=myuser password=mypassword

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- run: |
$pgService = Get-Service -Name postgresql*
Expand Down

0 comments on commit c88e11c

Please sign in to comment.