Skip to content

Fix problem with Docker's ulimit #65

Fix problem with Docker's ulimit

Fix problem with Docker's ulimit #65

Workflow file for this run

# SPDX-FileCopyrightText: 2020-2022, Carles Fernandez-Prades <[email protected]>
# SPDX-License-Identifier: MIT
name: Simple CI
on: [push, pull_request]
jobs:
REUSE-compliance:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check REUSE compliance
uses: docker://fsfe/reuse
with:
args: lint
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run shellcheck
uses: ludeeus/action-shellcheck@master