Skip to content

Commit

Permalink
Updated badges.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Aug 31, 2024
1 parent 0cdd007 commit 70a61a5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
otp_version: ['26', '25', '24', '25', '26', '27']
otp_version: ['22', '23', '24', '25', '26', '27']

steps:
- uses: actions/checkout@v4
Expand All @@ -30,11 +30,5 @@ jobs:
run: rebar3 compile
- name: Xref Checks
run: rebar3 xref
#- name: Dialyzer
# run: rebar3 dialyzer
#- name: Proper Tests
# run: rebar3 as test do compile, proper --regressions
#- name: Run Unit Tests
# run: rebar3 as test lfe ltest -tall
- name: Run Common Tests
run: rebar3 ct -v
21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# rebar3_oscmd [![Build Status](https://github.com/gootik/rebar_cmd/workflows/build/badge.svg)](https://github.com/gootik/rebar_cmd) [![Hex.pm](https://img.shields.io/hexpm/v/rebar_cmd.svg)](https://hex.pm/packages/rebar_cmd)
[![Build Status][gh-actions-badge]][gh-actions]
[![Erlang Versions][erlang-badge]][versions]
[![Tags][github-tags-badge]][github-tags]

Run custom shell commands with `rebar3 oscmd <command>`.
# `rebar3_oscmd`

*Run custom shell commands with `rebar3 oscmd <shell command>`*

## Purpose

Expand All @@ -14,7 +18,7 @@ deleting log files, you should be able to use a single build tool.

This is a very simple and straightforward plugin. Simply describe your
command in `rebar.config` and execute (just like you would Linux aliases)
with `rebar3 oscmd <command>`.
with `rebar3 oscmd <shell command>`.

## Usage

Expand Down Expand Up @@ -54,3 +58,14 @@ $ rebar3 oscmd sync
===> Compiling rebar3_oscmd
===> Command sync resulted in: "Already up to date."
```

[//]: ---Named-Links---

[logo]: priv/images/logo.png
[logo-large]: priv/images/logo-large.png
[gh-actions-badge]: https://github.com/erlsci/rebar3_oscmd/workflows/ci%2Fcd/badge.svg
[gh-actions]: https://github.com/erlsci/rebar3_oscmd/actions
[erlang-badge]: https://img.shields.io/badge/erlang-21%20to%2025-blue.svg
[versions]: https://github.com/erlsci/rebar3_oscmd/blob/main/rebar.config
[github-tags]: https://github.com/erlsci/rebar3_oscmd/tags
[github-tags-badge]: https://img.shields.io/github/tag/erlsci/rebar3_oscmd.svg

0 comments on commit 70a61a5

Please sign in to comment.