Skip to content

bump packages.dhall to new eth-core, remove travis => GH actions #1

bump packages.dhall to new eth-core, remove travis => GH actions

bump packages.dhall to new eth-core, remove travis => GH actions #1

Workflow file for this run

name: Code style and lint
on:
pull_request:
branches:
- master
workflow_dispatch:
jobs:
tidy:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
submodules: recursive
- name: run tidy
run: |
npm install
npm run tidy-check