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]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@v3
|
||||||
- uses: ruby/setup-ruby@master
|
- uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: '3.2'
|
ruby-version: '3.2'
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|
0
360
0
360
Loading…
Add table
Reference in a new issue