An open API service indexing awesome lists of open source software.

https://github.com/brdgm/github-action-build

GitHub Action
https://github.com/brdgm/github-action-build

Last synced: 4 months ago
JSON representation

GitHub Action

Awesome Lists containing this project

README

          

github-action-build
======

Composite GitHub Action to build a brdgm.me application.

Usage example:

```yaml
name: Build

on:
push:
branches:
- develop
pull_request:
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: brdgm/github-action-build@v1
with:
sonar-token: ${{ secrets.SONARCLOUD_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
```