Skip to content

chore: update pre-commit hooks #144

chore: update pre-commit hooks

chore: update pre-commit hooks #144

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
paths-ignore:
- '**.md'
pull_request:
branches: [ main ]
paths-ignore:
- '**.md'
jobs:
test_on_linux:
name: Test on Linux (Ubuntu LTS)
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
container_version:
- G4.11.0
- slim
container: docker://gipert/remage-base:${{ matrix.container_version }}
steps:
- uses: actions/checkout@v2
- name: Build project
run: .github/workflows/build.sh
# vim: expandtab tabstop=2 shiftwidth=2