Skip to content

Registry improvements #36

Registry improvements

Registry improvements #36

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- "**"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: sudo apt install shfmt shellcheck
- run: make lint