mirror of
https://github.com/Lissy93/dashy.git
synced 2024-12-19 23:11:35 +03:00
🚚 Renames lint and deploy issue
This commit is contained in:
parent
ffdefe86c0
commit
c1b5ec548f
21
.github/workflows/blank.yml
vendored
21
.github/workflows/blank.yml
vendored
@ -1,21 +0,0 @@
|
||||
# Lints code merged into master branch
|
||||
name: Lint Code Base
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
branches: [master]
|
||||
jobs:
|
||||
build:
|
||||
name: Lint Code Base
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Lint Code Base
|
||||
uses: github/super-linter@v4
|
||||
env:
|
||||
VALIDATE_ALL_CODEBASE: false
|
||||
DEFAULT_BRANCH: master
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
24
.github/workflows/build-deploy-dev-demo.yml
vendored
24
.github/workflows/build-deploy-dev-demo.yml
vendored
@ -1,24 +0,0 @@
|
||||
# This action builds and deploys the master branch
|
||||
name: Deploy demo of current version
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout 🛎️
|
||||
uses: actions/checkout@v2.3.1
|
||||
- name: Install and Build 🔧
|
||||
run: |
|
||||
npm install
|
||||
npm run build
|
||||
- name: Deploy 🚀
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.4
|
||||
with:
|
||||
branch: dev-demo
|
||||
folder: dist
|
||||
|
Loading…
Reference in New Issue
Block a user