Skip to content

Bump @faasjs/eslint-config-react from 0.0.4-beta.6 to 0.0.4-beta.9 #756

Bump @faasjs/eslint-config-react from 0.0.4-beta.6 to 0.0.4-beta.9

Bump @faasjs/eslint-config-react from 0.0.4-beta.6 to 0.0.4-beta.9 #756

Workflow file for this run

name: Www Unit
on:
workflow_dispatch:
push:
paths:
- 'packages/www/**'
pull_request:
paths:
- 'packages/www/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
cache: 'npm'
- name: Install
run: |
npm install -g npm@latest
npm install
- name: Test
run: |-
npm run ci:www