Skip to content

Commit

Permalink
Button down security
Browse files Browse the repository at this point in the history
  • Loading branch information
cevian committed Jun 5, 2024
1 parent 360077f commit 0e82fba
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 66 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* @timescale/ts-vector
/.github/ @jgpruitt @cevian @avthars
10 changes: 0 additions & 10 deletions .github/matrix/dependencies.json

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Run code checks
on: [push, pull_request, workflow_dispatch]
permissions:
contents: read

jobs:
fmt:
runs-on: ubuntu-latest
Expand Down
55 changes: 0 additions & 55 deletions .github/workflows/pr-validation.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/package-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

DEBHELPER_COMPAT=11

set -ex
set -eux

OS_NAME="${3}"
BASEDIR="${2}"/pgvectorscale
Expand Down

0 comments on commit 0e82fba

Please sign in to comment.