Skip to content

Add "Hype, Sustainability, and the Price of the Bigger-is-Better Para… #41

Add "Hype, Sustainability, and the Price of the Bigger-is-Better Para…

Add "Hype, Sustainability, and the Price of the Bigger-is-Better Para… #41

Workflow file for this run

name: Awesome Lint CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install awesome-lint
run: npm install -g awesome-lint
- name: Run awesome-lint
run: awesome-lint