Skip to content

Merge pull request #107 from wallrj/update-release-process-docs #119

Merge pull request #107 from wallrj/update-release-process-docs

Merge pull request #107 from wallrj/update-release-process-docs #119

Workflow file for this run

# Run static checks
name: lint
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
jobs:
bundle-validate:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- run: make bundle-validate