Skip to content

feat: refact workflow and add renovate and rename components naming #5

feat: refact workflow and add renovate and rename components naming

feat: refact workflow and add renovate and rename components naming #5

Workflow file for this run

name: topic-ci
on:
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
Lint:
run-on: ubuntu-latest

Check failure on line 11 in .github/workflows/topic.yaml

View workflow run for this annotation

GitHub Actions / topic-ci

Invalid workflow file

The workflow is not valid. .github/workflows/topic.yaml (Line: 11, Col: 5): Unexpected value 'run-on' .github/workflows/topic.yaml (Line: 11, Col: 5): Required property is missing: runs-on
steps:
- uses: actions/checkout@v3
- name: install
run: npm i --legacy-peer-deps
- name: lint
run: npm run lint
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install
run: npm i --legacy-peer-deps
- name: build
run: npm run build
env:
BASE_PATH: /
- name: create .nojekyll
run: touch .output/public/.nojekyll
- name: deploy pages
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
# ACCESS_TOKEN: ${{ secrets.DEMO_REPO_ACCESS_TOKEN }}
branch: gh-pages
folder: .output/public
# repository-name: zodiac-G12/demo