Skip to content

Commit

Permalink
Update the test action
Browse files Browse the repository at this point in the history
  • Loading branch information
firefoxic committed Aug 19, 2024
1 parent 73d0b89 commit 43a01c1
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 42 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Test

on:
push:
branches:
- main
pull_request:
branches:
- '*'

env:
FORCE_COLOR: true

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version-file: package.json
cache: pnpm
- run: pnpm install
- run: pnpm test
41 changes: 0 additions & 41 deletions .github/workflows/test.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ export default [
[npm-image]: https://badge.fury.io/js/@firefoxic%2Feslint-config.svg

[test-url]: https://github.com/firefoxic/eslint-config/actions
[test-image]: https://github.com/firefoxic/eslint-config/actions/workflows/test.yml/badge.svg?branch=main
[test-image]: https://github.com/firefoxic/eslint-config/actions/workflows/test.yaml/badge.svg?branch=main

0 comments on commit 43a01c1

Please sign in to comment.