Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Etienne St-Pierre authored and Etienne St-Pierre committed Dec 19, 2023
1 parent 52a7d03 commit 89efc3d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
erlang 24.1
elixir 1.15.6-otp-25
erlang 25.0.2
nodejs 16.15.1
35 changes: 15 additions & 20 deletions cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,15 @@
[![Build Status](https://img.shields.io/travis/v/accent-cli.svg?branch=master)](https://travis-ci.com/mirego/accent-cli)

<!-- toc -->

- [Usage](#usage)
- [Configuration](#configuration)
- [Commands](#commands)
- [GitHub Actions](#github-actions)
- [License](#license)
- [About Mirego](#about-mirego)
* [Usage](#usage)
* [Configuration](#configuration)
* [Commands](#commands)
* [GitHub Actions](#github-actions)
* [License](#license)
* [About Mirego](#about-mirego)
<!-- tocstop -->

# Usage

<!-- usage -->

```sh-session
Expand All @@ -28,7 +26,6 @@ USAGE
$ accent COMMAND
...
```

<!-- usagestop -->

# Configuration
Expand Down Expand Up @@ -153,16 +150,15 @@ Version can be extracted from the current Git branch name.
Naming a branch `release/v1.0.0` will cause the `sync` and `stats` CLI commands to be invoked as if `--version=1.0.0` had been specified.

# Commands

<!-- commands -->

- [`accent export`](#accent-export)
- [`accent format`](#accent-format)
- [`accent help [COMMAND]`](#accent-help-command)
- [`accent jipt PSEUDOLANGUAGENAME`](#accent-jipt-pseudolanguagename)
- [`accent lint`](#accent-lint)
- [`accent stats`](#accent-stats)
- [`accent sync`](#accent-sync)
* [`accent export`](#accent-export)
* [`accent format`](#accent-format)
* [`accent help [COMMAND]`](#accent-help-command)
* [`accent jipt PSEUDOLANGUAGENAME`](#accent-jipt-pseudolanguagename)
* [`accent lint`](#accent-lint)
* [`accent stats`](#accent-stats)
* [`accent sync`](#accent-sync)

## `accent export`

Expand Down Expand Up @@ -304,7 +300,6 @@ EXAMPLES
```

_See code: [src/commands/sync.ts](https://github.com/mirego/accent/blob/v0.14.2/src/commands/sync.ts)_

<!-- commandsstop -->

# GitHub Actions
Expand All @@ -318,7 +313,7 @@ name: Accent

on:
schedule:
- cron: '0 4 * * *'
- cron: "0 4 * * *"

jobs:
build:
Expand All @@ -332,7 +327,7 @@ jobs:
- run: accent sync --add-translations --merge-type=passive --order-by=key
- uses: mirego/create-pull-request@v5
with:
add-paths: '*.json'
add-paths: "*.json"
commit-message: Update translations
committer: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Expand Down

0 comments on commit 89efc3d

Please sign in to comment.