1 2 3 4 5 6 7 8 9 10 11 12 13
name: Build on: [push] jobs: build: runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@master - name: Build the library uses: actions-rs/cargo@v1 with: command: build