Skip to content

refactor: rename more synchronous path methods to have Sync suffix #655

refactor: rename more synchronous path methods to have Sync suffix

refactor: rename more synchronous path methods to have Sync suffix #655

Workflow file for this run

name: ci
on: [push, pull_request]
concurrency:
group: '${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}'
cancel-in-progress: true
jobs:
deno:
name: dax-${{ matrix.os }}
if: |
github.event_name == 'push' ||
!startsWith(github.event.pull_request.head.label, 'dsherret:')
runs-on: ${{ matrix.os }}
timeout-minutes: 30
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- name: Install deno
uses: denoland/setup-deno@v1
- uses: dprint/[email protected]
if: runner.os == 'Linux'
- name: lint
if: runner.os == 'Linux'
run: deno lint
- name: test
run: deno test -A