Skip to content

Bump grunt from 0.3.17 to 1.6.1 in /bin/jsbin/jquery-ui-themes-1.10.0/jquery-ui-themes-1.10.0 in the npm_and_yarn group #27

Bump grunt from 0.3.17 to 1.6.1 in /bin/jsbin/jquery-ui-themes-1.10.0/jquery-ui-themes-1.10.0 in the npm_and_yarn group

Bump grunt from 0.3.17 to 1.6.1 in /bin/jsbin/jquery-ui-themes-1.10.0/jquery-ui-themes-1.10.0 in the npm_and_yarn group #27

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: configure
run: ./configure
- name: make
run: make
- name: make check
run: make check
- name: make distcheck
run: make distcheck