From 1f1dd178db63068867520ece2530ecf20f34a6ed Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 29 Aug 2025 09:11:42 -0700 Subject: remove unused files --- src/x509-info/.github/workflows/ci.yml | 47 ---------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 src/x509-info/.github/workflows/ci.yml (limited to 'src/x509-info/.github/workflows/ci.yml') diff --git a/src/x509-info/.github/workflows/ci.yml b/src/x509-info/.github/workflows/ci.yml deleted file mode 100644 index ba21a0a..0000000 --- a/src/x509-info/.github/workflows/ci.yml +++ /dev/null @@ -1,47 +0,0 @@ -name: CI checks - -on: [push, pull_request] - -jobs: - test: - name: Test - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Run tests - run: cargo test - - name: Verify working directory is clean - run: git diff --exit-code - - build: - name: Build - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - run: cargo fetch - - name: Build for target - run: cargo build --verbose - - bitrot: - name: Bitrot - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Check unused code - run: cargo check --all-targets --all-features - - clippy: - name: Clippy - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Check clippy - run: cargo clippy -- -Dwarnings - - fmt: - name: Rustfmt - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Check formatting - run: cargo fmt --all -- --check -- cgit v1.2.3