mirror of
https://github.com/TheAlgorithms/Ruby
synced 2025-02-09 08:46:19 +01:00
Merge pull request #212 from vzvu3k6k/chore-actions
chore: specify GitHub action versions and remove needless files
This commit is contained in:
commit
1ae58ce612
2 changed files with 3 additions and 3 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -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
0
360
Loading…
Add table
Reference in a new issue