From 07a7d2a6cbf9f9d816c11fa10cb00a1deb7e34fb Mon Sep 17 00:00:00 2001 From: John Bampton Date: Fri, 10 Feb 2023 14:02:57 +1000 Subject: [PATCH] md/yml: remove unneeded blank lines and whitespace --- .github/dependabot.yml | 2 -- appveyor.yml | 1 - mrbgems/mruby-dir/README.md | 2 +- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dac4cac33..6a48b0546 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,6 @@ # Basic set up - version: 2 updates: - # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" diff --git a/appveyor.yml b/appveyor.yml index 8782f59aa..943de249d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -38,7 +38,6 @@ init: - set PATH=C:\Ruby26-x64\bin;%PATH% - ruby --version - build_script: - set MRUBY_CONFIG=ci/msvc - rake -m test:build diff --git a/mrbgems/mruby-dir/README.md b/mrbgems/mruby-dir/README.md index 2be9d03c0..7cd9fcc3a 100644 --- a/mrbgems/mruby-dir/README.md +++ b/mrbgems/mruby-dir/README.md @@ -1,6 +1,6 @@ # mruby-dir -Dir class for mruby. Supported methods are: +Dir class for mruby. Supported methods are: `.chdir` `.delete`