gxf2bed 0.3.3

fastest GTF/GFF-to-BED converter chilling around
Documentation
name: ci

on:
  push:
  pull_request:
  workflow_dispatch: {}

jobs:
  rust-checks:
    runs-on: ubuntu-latest

    steps:
      - name: Checkout repository
        uses: actions/checkout@v4

      - name: Set up Rust
        uses: dtolnay/rust-toolchain@stable

      - name: Cargo check
        run: cargo check --manifest-path Cargo.toml --locked

      - name: Cargo test
        run: cargo test --manifest-path Cargo.toml --locked --tests