Skip to content

Update pre-commit hook renovatebot/pre-commit-hooks to v43.205.2 #50

Update pre-commit hook renovatebot/pre-commit-hooks to v43.205.2

Update pre-commit hook renovatebot/pre-commit-hooks to v43.205.2 #50

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
name: Run
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
dc: [dmd-latest, ldc-latest]
runs-on: ${{ matrix.os }}
timeout-minutes: 30
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
# Requiried for codecov action
fetch-depth: 2
- uses: dlang-community/setup-dlang@0a7469b93f791d83f30932c6fd105796c6966e20 # v2.0.0
with:
compiler: ${{ matrix.dc }}
- name: "Build & Test"
shell: bash
run: |
dub test --compiler=$DC -b unittest-cov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
with:
flags: unittests