Skip to content

Commit 483b09d

Browse files
authored
docs(readme): Add go pkg badge (#3029)
* docs(readme): Add go pkg badge
1 parent 56677bd commit 483b09d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
paths-ignore:
1313
- 'runatlantis.io/**'
1414
- '.github/**'
15+
- '**/*.md'
1516

1617
concurrency:
1718
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
paths-ignore:
88
- 'runatlantis.io/**'
99
- '.github/**'
10+
- '**/*.md'
1011
pull_request:
1112
types:
1213
- opened
@@ -18,7 +19,8 @@ on:
1819
paths-ignore:
1920
- 'runatlantis.io/**'
2021
- '.github/**'
21-
22+
- '**/*.md'
23+
2224
concurrency:
2325
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
2426
cancel-in-progress: true

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![Latest Release](https://img.shields.io/github/release/runatlantis/atlantis.svg)](https://github.com/runatlantis/atlantis/releases/latest)
44
[![SuperDopeBadge](./runatlantis.io/.vuepress/public/hightower-super-dope.svg)](https://twitter.com/kelseyhightower/status/893260922222813184)
55
[![Go Report Card](https://goreportcard.com/badge/github.com/runatlantis/atlantis)](https://goreportcard.com/report/github.com/runatlantis/atlantis)
6+
[![Go Reference](https://pkg.go.dev/badge/github.com/runatlantis/atlantis.svg)](https://pkg.go.dev/github.com/runatlantis/atlantis)
67
[![codecov](https://codecov.io/gh/runatlantis/atlantis/branch/main/graph/badge.svg)](https://codecov.io/gh/runatlantis/atlantis)
78
[![CircleCI](https://circleci.com/gh/runatlantis/atlantis/tree/main.svg?style=shield)](https://circleci.com/gh/runatlantis/atlantis/tree/main)
89
[![Slack](https://img.shields.io/badge/Join-Atlantis%20Community%20Slack-red)](https://join.slack.com/t/atlantis-community/shared_invite/zt-1l35i8t8k-oqnXuIqyeGpGQJVMWzHoDg)
@@ -29,7 +30,7 @@
2930
A self-hosted golang application that listens for Terraform pull request events via webhooks.
3031

3132
## What does it do?
32-
Runs `terraform plan` and `apply` remotely and comments back on the pull request with the output.
33+
Runs `terraform plan`, `import`, `apply` remotely and comments back on the pull request with the output.
3334

3435
## Why should you use it?
3536
* Make Terraform changes visible to your whole team.

0 commit comments

Comments
 (0)