Remove GitHub workflow metadata
ober
76bb9f7a584da73cd2c9280eb337fcba996fe794
deleted file mode 100644 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,36 +0,0 @@ -name: CI - -on: - push: - branches: [main, master] - pull_request: - workflow_dispatch: - -permissions: - contents: read - -jobs: - verify: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - - - name: Install build tools - run: sudo apt-get update && sudo apt-get install -y build-essential curl ca-certificates git openssh-client ripgrep pkg-config - - - name: Install Rust - uses: dtolnay/rust-toolchain@8fae6aadcd3e1a6f3fcb446ce7f9438c9d1349f1 # 1.94.1 - with: - toolchain: 1.94.1 - - - name: Install cargo-audit - run: cargo install cargo-audit --locked - - - name: Install jerbuild - run: support/install-verified-jerbuild.sh /usr/local/bin/jerbuild - - - name: Verify - run: JERBUILD=/usr/local/bin/jerbuild make verify - - - name: Release evidence - run: JERBUILD=/usr/local/bin/jerbuild make release-evidence