Sha256: 780a20dfab518a14ff60d93f405ae13c25cfe1170379b2552ea9f80e2b4bc3db
Contents?: true
Size: 302 Bytes
Versions: 3
Compression:
Stored size: 302 Bytes
Contents
name: macos on: [push] jobs: build: runs-on: macos-latest timeout-minutes: 10 steps: - uses: actions/checkout@master - name: Install dependencies run: | gem install bundler --no-document bundle install - name: Run test run: bundle exec rake test
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
textbringer-1.3.0 | .github/workflows/macos.yml |
textbringer-1.2.0 | .github/workflows/macos.yml |
textbringer-1.1.2 | .github/workflows/macos.yml |