Skip to content

Add pre-commit hook to sort proselint config #418

Add pre-commit hook to sort proselint config

Add pre-commit hook to sort proselint config #418

Workflow file for this run

name: 🛳️ Docker CI
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build-and-test:
name: 🐬 Test image
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
with:
persist-credentials: false
- name: Build Docker image
run: docker build -t my-go-precommit .
- name: Run Docker container and tests
run: |
docker run --rm -v "$PWD":/app -w /app my-go-precommit