Skip to content

Hide some parts of the API #1

Hide some parts of the API

Hide some parts of the API #1

Workflow file for this run

name: Repo Admin
on:
push:
branches: [ main ]
paths:
- doc/*
- src/*/*.scala
jobs:
admin:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Tidy repository
uses: propensive/tumult@0.5.1
- name: Autocommit changes
uses: stefanzweifel/git-auto-commit-action@v4