1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Renamed check_encoding.yml as check_misc.yml [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2020-12-19 16:09:54 +09:00
parent 5c9d6ea6b4
commit 197550c956
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -1,8 +1,8 @@
name: Check C-source encoding
name: Miscellaneous checks
on: [push, pull_request]
jobs:
check_encoding:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2