Update Dependencies, update CSS for compliance with latest SASS #156
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build | |
on: | |
push: | |
branches-ignore: | |
- experimental/** | |
- master | |
pull_request: | |
branches-ignore: | |
- experimental/** | |
- master | |
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 }} |