Skip to content

Commit

Permalink
Move build to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira committed Jul 22, 2024
1 parent b766b37 commit 52979ba
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Build
name: CI

"on":
push:
Expand All @@ -11,8 +11,8 @@ name: Build
workflow_dispatch: {}

jobs:
build:
name: Build
ci:
name: CI

runs-on: ubuntu-22.04

Expand All @@ -25,3 +25,9 @@ jobs:
with:
no-cache: true
platforms: linux/amd64,linux/arm64

- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: CI
run: npm run dist
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# dogstatsd-2-statsd [![Build][build-img]][build] [![Lint][lint-img]][lint]
# dogstatsd-2-statsd [![CI][ci-img]][ci] [![Lint][lint-img]][lint]

[build-img]: https://github.com/paulo-ferraz-oliveira/dogstatsd-2-statsd/actions/workflows/build.yml/badge.svg
[build]: https://github.com/paulo-ferraz-oliveira/dogstatsd-2-statsd/actions/workflows/build.yml
[ci-img]: https://github.com/paulo-ferraz-oliveira/dogstatsd-2-statsd/actions/workflows/ci.yml/badge.svg
[ci]: https://github.com/paulo-ferraz-oliveira/dogstatsd-2-statsd/actions/workflows/ci.yml
[lint-img]: https://github.com/paulo-ferraz-oliveira/dogstatsd-2-statsd/actions/workflows/lint.yml/badge.svg
[lint]: https://github.com/paulo-ferraz-oliveira/dogstatsd-2-statsd/actions/workflows/lint.yml

Expand Down

0 comments on commit 52979ba

Please sign in to comment.