Skip to content

Change version and root project name #119

Change version and root project name

Change version and root project name #119

Workflow file for this run

name: wampproto CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
curl -sSLO https://github.com/pinterest/ktlint/releases/download/1.2.1/ktlint && chmod a+x ktlint && sudo mv ktlint /usr/local/bin/
- name: Run lint
run: make lint
- name: install wampproto-cli
run: make install-wampproto
- name: Run tests
run: make test