8000 Updated Chart.js to 4.4.9 · ankane/chartkick@af8c04c · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Updated Chart.js to 4.4.9 #75

Updated Chart.js to 4.4.9

Updated Chart.js to 4.4.9 #75

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.4
bundler-cache: true
- run: bundle exec rake test
0