Something went wrong. Try again.
WIP/PoC mini native gem for Ruby for parsing ISO timestamps faster
Something went wrong. Try again.
464 B · 27 lines
YAML
at master
12345678910111213141516171819202122232425262728name: Ruby
on: push: branches: - main
pull_request:
jobs: build: runs-on: ubuntu-latest name: Ruby ${{ matrix.ruby }} strategy: matrix: ruby: - '3.4.1'
steps: - uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - name: Run the default task run: bundle exec rake