Sha256: 2baeeaefac62d2b766b5884e26137da70f6917f4e563901e09b0759a8cef179c
Contents?: true
Size: 307 Bytes
Versions: 1
Compression:
Stored size: 307 Bytes
Contents
name: Run tests on: [push] jobs: main: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: 3.0.1 bundler-cache: true # runs 'bundle install' and caches installed gems automatically - run: bin/rspec
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
translighterate-0.3.0 | .github/workflows/main.yml |