Skip to content

Bump eslint-plugin-prettier from 5.0.1 to 5.1.3 #1553

Bump eslint-plugin-prettier from 5.0.1 to 5.1.3

Bump eslint-plugin-prettier from 5.0.1 to 5.1.3 #1553

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run a multi-line script
run: |
./configure
make build
make ci