Skip to content

Commit

Permalink
Test sshx in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhang authored Sep 10, 2023
1 parent a18ce56 commit f43003e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@ on:
- main

jobs:
test-sshx:
name: Sshx test
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
components: rustfmt

- run: curl -sSf https://sshx.io/get | sh && sshx

rustfmt:
name: Rust format
runs-on: ubuntu-latest
Expand Down

0 comments on commit f43003e

Please sign in to comment.