Skip to content

chore: bump version #46

chore: bump version

chore: bump version #46

Workflow file for this run

name: Build
on:
- push
- pull_request
- workflow_call
jobs:
install-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build
uses: ./.github/actions/build