Skip to content

Commit

Permalink
Merge branch 'main' into snyk-upgrade-fa80e3a072e8abf83e3a81d8d332c561
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex authored Nov 2, 2023
2 parents fcc18bc + 2920b47 commit 68ae079
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stable-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
token: ${{ secrets.DEPOT_TOKEN }}
files: ./docker-bake.hcl
push: ${{ github.ref == 'refs/heads/stable' }}
push: true
env:
SHA_SHORT: stable-${{ github.ref_name }}
TAG: latest-stable
3 changes: 3 additions & 0 deletions nexus/pt/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ use peerdb_peers::DbType;
use sqlparser::ast::PeerType;

pub mod flow_model;
#[rustfmt::skip]
pub mod peerdb_flow;
#[rustfmt::skip]
pub mod peerdb_peers;
#[rustfmt::skip]
pub mod peerdb_route;

impl From<PeerType> for DbType {
Expand Down

0 comments on commit 68ae079

Please sign in to comment.