Skip to content

Updating to Lemmy verison 0.19.6 #49

Updating to Lemmy verison 0.19.6

Updating to Lemmy verison 0.19.6 #49

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: macos-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run linter
run: make lint