File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Build Package
2+
3+ on :
4+ push :
5+ pull_request :
6+ workflow_dispatch :
7+
8+ permissions :
9+ contents : read
10+
11+ jobs :
12+ build :
13+ name : Build (${{ matrix.os }})
14+ strategy :
15+ matrix :
16+ os :
17+ - ubuntu-latest
18+ - macos-latest
19+ runs-on : ${{ matrix.os }}
20+ steps :
21+ - uses : actions/checkout@v4
22+ - uses : cachix/install-nix-action@v31
23+ - name : Build
24+ run : nix build
Original file line number Diff line number Diff line change 11# VESC firmware
22
33[ ![ License: GPL v3] ( https://img.shields.io/badge/License-GPLv3-blue.svg )] ( https://www.gnu.org/licenses/gpl-3.0 )
4- [ ![ Travis CI Status] ( https://travis-ci .com/vedderb/bldc. svg?branch=master )] ( https://travis-ci .com/vedderb/bldc )
4+ [ ![ GitHub Actions Status] ( https://github .com/vedderb/bldc/actions/workflows/nix.yml/badge. svg?branch=master )] ( https://github .com/vedderb/bldc/actions/workflows/nix.yml )
55[ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/75e90ffbd46841a3a7be2a9f7a94c242 )] ( https://www.codacy.com/app/vedderb/bldc?utm_source=github.com& ; utm_medium=referral& ; utm_content=vedderb/bldc& ; utm_campaign=Badge_Grade )
66[ ![ Contributors] ( https://img.shields.io/github/contributors/vedderb/bldc.svg )] ( https://github.com/vedderb/bldc/graphs/contributors )
77[ ![ Watchers] ( https://img.shields.io/github/watchers/vedderb/bldc.svg )] ( https://github.com/vedderb/bldc/watchers )
You can’t perform that action at this time.
0 commit comments