Skip to content

Update feaxios version and README.md #12

Update feaxios version and README.md

Update feaxios version and README.md #12

Workflow file for this run

name: Build
on:
push:
branches:
- main
paths-ignore:
- '**/README.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
- name: pnpm install, build, and test
run: |
pnpm install
pnpm test
pnpm run build