Skip to content

Start changing readme to PirateWeather and add CONTRIBUTING file #30

Start changing readme to PirateWeather and add CONTRIBUTING file

Start changing readme to PirateWeather and add CONTRIBUTING file #30

Workflow file for this run

name: Lint
permissions:
contents: write
issues: write
pull-requests: write
on:
pull_request:
push:
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
- run: npm install
- run: npm run lint-fix
- name: "Auto Commit"
uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
with:
commit_message: 'style fixes by eslint'