Skip to content

feat: post card component (#94) #212

feat: post card component (#94)

feat: post card component (#94) #212

Workflow file for this run

name: build
on:
pull_request:
push:
branches:
- main
jobs:
build:
name: Builds
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- name: Execute `cargo build`
run: cargo build --release