Update dependency @types/serve-favicon to v2.5.7 #1848
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: CI Checks | |
on: | |
pull_request: | |
branches: | |
- master | |
push: | |
branches: | |
- master | |
jobs: | |
build: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-node@v3 | |
with: | |
node-version: 18.17 | |
- run: corepack enable && yarn --version | |
working-directory: ./skeleton | |
- name: Run CI checks | |
working-directory: ./skeleton | |
run: yarn cichecks | |
# TODO https://github.com/backstage/backstage/issues/13668 | |
# run templating over this repo to make sure all templates are valid |