Skip to content

Extract the apple key out from the config (#713) #816

Extract the apple key out from the config (#713)

Extract the apple key out from the config (#713) #816

Workflow file for this run

name: Lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Ruby and gems
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Install Node
uses: actions/setup-node@v3
- name: Install npm dependencies
run: npm install
- name: Lint everything
run: bin/rails lint