Skip to content

chore: use module type to allow commitlint CI to identify the config … #4

chore: use module type to allow commitlint CI to identify the config …

chore: use module type to allow commitlint CI to identify the config … #4

Workflow file for this run

name: fypm_lib
on:
push:
branches: ["develop"]
pull_request:
branches: ["develop"]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build -p fypm_lib --verbose