Sha256: 7b26a266fda3188e4496cb4b73bf9b49461a59195aa04ce0cd6503d6233b6ef9
Contents?: true
Size: 412 Bytes
Versions: 1
Compression:
Stored size: 412 Bytes
Contents
name: Check code style on: [push, pull_request] jobs: build: name: Check code style runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Install dependencies run: | sudo apt-get -y install indent sudo ln -s /usr/bin/indent /usr/bin/gindent - name: Make indent run: | make indent git status | grep 'nothing to commit'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fast_excel-0.5.0 | libxlsxwriter/.github/workflows/code_style.yml |