Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
👷 Upgrade to ci 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Khalil Estell committed Jul 10, 2023
1 parent 2d5c2f4 commit f2adceb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
20 changes: 17 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,29 @@ on:
workflow_dispatch:
pull_request:
push:
tags:
- "*"
branches:
- main
schedule:
- cron: "0 12 * * 0"

jobs:
checks:
uses: libhal/ci/.github/workflows/library.yml@3.0.2
ci:
uses: libhal/ci/.github/workflows/library.yml@4.0.0
secrets: inherit

devices:
uses: libhal/ci/.github/workflows/deploy.yml@3.0.2
uses: libhal/ci/.github/workflows/deploy.yml@4.0.0
secrets: inherit

release:
needs: [ci, devices]
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-22.04
steps:
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
generate_release_notes: true
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,12 @@
libhal utility functions, interface wrappers, and types to help manage usage of
embedded resources.

<div align="center">

[![✅CI](https://github.com/libhal/libhal-util/actions/workflows/ci.yml/badge.svg)](https://github.com/libhal/libhal-util/actions/workflows/ci.yml)
[![coverage](https://libhal.github.io/libhal-util/coverage/coverage.svg)](https://libhal.github.io/libhal-util/coverage/)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/b084e6d5962d49a9afcb275d62cd6586)](https://www.codacy.com/gh/libhal/libhal-util/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=libhal/libhal-util&amp;utm_campaign=Badge_Grade)
[![GitHub stars](https://img.shields.io/github/stars/libhal/libhal-util.svg)](https://github.com/libhal/libhal-util/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/libhal/libhal-util.svg)](https://github.com/libhal/libhal-util/network)
[![GitHub issues](https://img.shields.io/github/issues/libhal/libhal-util.svg)](https://github.com/libhal/libhal-util/issues)
[![Latest Version](https://libhal.github.io/libhal-util/latest_version.svg)](https://github.com/libhal/libhal-util/blob/main/conanfile.py)
[![ConanCenter Version](https://repology.org/badge/version-for-repo/conancenter/libhal-util.svg)](https://conan.io/center/libhal-util)

</div>

## [📚 Software APIs](https://libhal.github.io/libhal-util/api)

Expand Down

0 comments on commit f2adceb

Please sign in to comment.