Skip to content

Commit

Permalink
GitHub CI: Consolidate workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
neuschaefer committed Jan 7, 2024
1 parent edf22f2 commit 3531652
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/lint.yml

This file was deleted.

13 changes: 12 additions & 1 deletion .github/workflows/build.yaml → .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# SPDX-License-Identifier: MIT
# Copyright (C) J. Neuschäfer

name: build
name: CI
on: [push]

jobs:

build:
runs-on: ubuntu-latest
steps:
Expand All @@ -18,3 +20,12 @@ jobs:
path: |
src/bare-metal/monitor.elf
src/bare-metal/monitor*.bin
lint:
runs-on: ubuntu-latest
steps:
- run: |
sudo apt-get update
sudo apt-get install -y reuse
- uses: actions/checkout@v3
- run: make lint

0 comments on commit 3531652

Please sign in to comment.