Skip to content

Bump eslint in the linting group across 1 directory #766

Bump eslint in the linting group across 1 directory

Bump eslint in the linting group across 1 directory #766

Workflow file for this run

name: Dependencies
on:
push:
paths:
- Gemfile
- Gemfile.lock
- package.json
- yarn.lock
jobs:
update:
runs-on: ubuntu-latest
timeout-minutes: 10
if: ${{ github.ref != 'refs/heads/main' }}
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- uses: cachix/install-nix-action@V28
with:
nix_path: nixpkgs=channel:nixos-23.05
- name: Run bundix
run: nix-shell -p bundix --run "bundix"
- uses: stefanzweifel/[email protected]
with:
commit_message: "Update gemset.nix"
commit_user_name: robbevp
commit_user_email: [email protected]
commit_author: robbe[bot] <[email protected]>
- name: Run yarn2nix
run: nix-shell -p yarn2nix --run "yarn2nix > yarn.nix"
- uses: stefanzweifel/[email protected]
with:
commit_message: "Update yarn.nix"
commit_user_name: robbevp
commit_user_email: [email protected]
commit_author: robbe[bot] <[email protected]>