Skip to content

Update for dex 0.6.3 #706

Update for dex 0.6.3

Update for dex 0.6.3 #706

Workflow file for this run

name: Build and Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Tests
run: ./bin/test.sh
- name: Build
run: ./bin/build.sh