Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
run: npm run lint

- name: Test
id: npm-ci-test
run: npm run ci-test
id: npm-test
run: npm run test

test-action:
name: GitHub Actions Test
Expand Down
49 changes: 0 additions & 49 deletions .github/workflows/linter.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,5 @@ __tests__/runner/*
# IDE files
.idea
*.code-workspace

.claude
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

[![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)
[![Coverage Status](badges/coverage.svg)](https://github.com/caseycs/single-variable-mapper/actions)

## Sample Workflows

### Map using regular expression
Expand Down
2 changes: 1 addition & 1 deletion badges/coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading