Skip to content

Commit f645c0b

Browse files
authored
Merge pull request #17 from caseycs/dependabot/npm_and_yarn/npm-development-148d672e5e
Bump the npm-development group across 1 directory with 10 updates
2 parents 413483a + e8ec445 commit f645c0b

7 files changed

Lines changed: 1339 additions & 244 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
run: npm run lint
4242

4343
- name: Test
44-
id: npm-ci-test
45-
run: npm run ci-test
44+
id: npm-test
45+
run: npm run test
4646

4747
test-action:
4848
name: GitHub Actions Test

.github/workflows/linter.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,5 @@ __tests__/runner/*
100100
# IDE files
101101
.idea
102102
*.code-workspace
103+
104+
.claude

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
Single-Variable-Mapper action maps variable by regular expressions.
44

5+
[![Build & Deploy](https://github.com/caseycs/single-variable-mapper/actions/workflows/ci.yml/badge.svg)](https://github.com/caseycs/single-variable-mapper/actions/workflows/ci.yml)
6+
[![Coverage Status](badges/coverage.svg)](https://github.com/caseycs/single-variable-mapper/actions)
7+
58
## Sample Workflows
69

710
### Map using regular expression

badges/coverage.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)