Skip to content

Bump JamesIves/github-pages-deploy-action from 4.4.2 to 4.4.3 (#177) #425

Bump JamesIves/github-pages-deploy-action from 4.4.2 to 4.4.3 (#177)

Bump JamesIves/github-pages-deploy-action from 4.4.2 to 4.4.3 (#177) #425

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
job:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Git config
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '12.x'
- run: npm install
- run: npm run lint