Skip to content

Update Settings screenshot in README #31

Update Settings screenshot in README

Update Settings screenshot in README #31

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup
uses: actions/setup-node@v2
with:
node-version: "14"
- name: Install
run: |
make install-checkstyle
sudo apt update
sudo apt install -qy gjs libgjs-dev
- name: Checkstyle
run: |
make checkstyle
- name: Tests
run: |
make test