Skip to content

Commit b24f9b7

Browse files
authored
Merge pull request #123 from zhongwencool/ci-pr
Fix typos and update workflow, docs, and aliases
2 parents a5e253c + d91e40c commit b24f9b7

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/workflows/erlang.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: ci
22

3-
on: push
3+
on:
4+
push:
5+
pull_request:
46

57
jobs:
68
test:
@@ -24,4 +26,3 @@ jobs:
2426
rebar3-version: ${{matrix.rebar3}}
2527
- name: quality checks
2628
run: rebar3 check
27-

docs.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
extras: [
33
{"README.md", title: "Home"},
44
"./docs/plugin.md",
5-
"./docs/changlog.md",
5+
"./docs/CHANGELOG.md",
66
"LICENSE"
77
],
88
logo: "./docs/favicon.png",
@@ -11,7 +11,7 @@
1111
],
1212
main: "readme",
1313
source_url: "https://github.com/zhongwencool/observer_cli",
14-
homepage_url: "https://github.com/zhongwencool/obsever_cli",
14+
homepage_url: "https://github.com/zhongwencool/observer_cli",
1515
with_mermaid: true,
1616
before_closing_body_tag: fn
1717
:html ->
File renamed without changes.

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
{erlfmt, [write]}.
5555

5656
{alias, [
57-
{check, [compile, lint, fmt, xref, dialyzer]}
57+
{check, [compile, lint, fmt, xref, dialyzer, ex_doc]}
5858
]}.
5959

6060
{hex, [

0 commit comments

Comments
 (0)