Merge pull request #212 from vzvu3k6k/chore-actions

chore: specify GitHub action versions and remove needless files
This commit is contained in:
vzvu3k6k 2023-06-24 18:19:09 +09:00 committed by GitHub
commit 1ae58ce612
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -1,11 +1,11 @@
name: test
name: Build/test code
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: ruby/setup-ruby@master
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
- name: Run tests

0
360
View file