Merge pull request #124 from awslabs/dependabot/npm_and_yarn/website/… #217
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: Makefile CI | |
on: | |
push: | |
branches: [ "main", "initial_content" ] | |
pull_request: | |
branches: [ "main" , "initial_content"] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
# - name: Install dependencies | |
# run: make backstage-install |