Skip to content

allows user to bring any job image #2

allows user to bring any job image

allows user to bring any job image #2

Workflow file for this run

name: test-build
on:
push:
branches:
- '*'
pull_request:
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@main
- name: build application
run: make build