Skip to content

Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.21.15 to go-ci-oldstable-build-v0.21.16 in /dependabot/docker/builds #225

Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.21.15 to go-ci-oldstable-build-v0.21.16 in /dependabot/docker/builds

Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.21.15 to go-ci-oldstable-build-v0.21.16 in /dependabot/docker/builds #225

Workflow file for this run

# Copyright 2022 Adam Chalkley
#
# https://github.com/atc0005/hello-world
#
# Licensed under the MIT License. See LICENSE file in the project root for
# full license information.
name: Lint and Build
# Run builds for Pull Requests (new, updated)
# `synchronized` seems to equate to pushing new commits to a linked branch
# (whether force-pushed or not)
on:
pull_request:
types: [opened, synchronize]
# Allow triggering workflow manually
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch
workflow_dispatch:
jobs:
lint_and_build_using_ci_matrix:
name: CI matrix
uses: atc0005/shared-project-resources/.github/workflows/lint-and-build-using-ci-matrix.yml@master
lint_and_build_using_makefile:
name: Makefile
uses: atc0005/shared-project-resources/.github/workflows/lint-and-build-using-make.yml@master