Skip to content

fix: set application/css-sourcemap+json default charset to unicode #180

fix: set application/css-sourcemap+json default charset to unicode

fix: set application/css-sourcemap+json default charset to unicode #180

Workflow file for this run

name: CI isolated tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [2.7]
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run tests
run: bundle exec rake test_isolated