Skip to content

Git pull force how to overwrite local changes with git (#634) #97

Git pull force how to overwrite local changes with git (#634)

Git pull force how to overwrite local changes with git (#634) #97

Workflow file for this run

name: CI & CD
on:
push:
branches:
- main
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install & Lint
run: |
npm install
npm run lint