Skip to content

ci: Fix it + Lint changes #77

ci: Fix it + Lint changes

ci: Fix it + Lint changes #77

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions:
contents: read
jobs:
awesome-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm install --global awesome-lint
- run: awesome-lint README.md
awesome-bot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- run: gem install awesome_bot
- run: awesome_bot README.md --allow 302,307,429 --allow-ssl --allow-dupe