mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fix pre-commit failure from prettier
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
extends: default
|
||||
|
||||
rules:
|
||||
comments:
|
||||
min-spaces-from-content: 1
|
||||
document-start: disable
|
||||
line-length: disable
|
||||
truthy: false
|
||||
|
||||
@@ -11,12 +11,12 @@ jobs:
|
||||
- name: Build Fuzzers
|
||||
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
|
||||
with:
|
||||
oss-fuzz-project-name: 'mruby'
|
||||
oss-fuzz-project-name: "mruby"
|
||||
dry-run: false
|
||||
- name: Run Fuzzers
|
||||
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
|
||||
with:
|
||||
oss-fuzz-project-name: 'mruby'
|
||||
oss-fuzz-project-name: "mruby"
|
||||
fuzz-seconds: 600
|
||||
dry-run: false
|
||||
- name: Upload Crash
|
||||
|
||||
@@ -9,8 +9,8 @@ permissions:
|
||||
jobs:
|
||||
build:
|
||||
permissions:
|
||||
contents: read # for actions/checkout to fetch code
|
||||
statuses: write # for github/super-linter/slim to mark status of each linter run
|
||||
contents: read # for actions/checkout to fetch code
|
||||
statuses: write # for github/super-linter/slim to mark status of each linter run
|
||||
name: Lint Code Base
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user