Skip to content

Merge pull request #26 from dodomorandi/add-sync-lstat #30

Merge pull request #26 from dodomorandi/add-sync-lstat

Merge pull request #26 from dodomorandi/add-sync-lstat #30

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: yarn
- run: yarn install
- run: yarn test