Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Bump actions/checkout from 3 to 4 (#13) #12

Bump actions/checkout from 3 to 4 (#13)

Bump actions/checkout from 3 to 4 (#13) #12

Workflow file for this run

name: main
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Build
uses: actions-rs/cargo@v1
with:
command: build
args: --verbose